.cssform p{
	clear: left;
	padding: 0px 0 0px 175px;
	color: #360;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	height: 1%;
	font-size: 12px;
}

.cssform label{
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 120px;
	padding-right: 0px;
	margin-right: 0px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	margin: 0px;
}

.cssform textarea{
	width: 150px;
	height: 120px;
}
.formbutton{
	color:#360;
}
.captchatype {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
