.cssform {
	margin: 0;
	padding: 0px;
	color: #000000;
	font-size: 10px;
}

.cssform label{
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;

}
.formbutton{
	cursor:pointer;
	color:#060;
	font-weight:bolder;
	padding: 1px 2px;
	letter-spacing: 1px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*.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
*/

* html .threepxfix{
margin-left: 3px;
}
.cssform2 p{
	width: 500px;
	clear: left;
	padding: 5px 0 7px 175px;
	height: 1%;
	color: #300;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

.cssform2 label{
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 150px;
	padding-right: 4px;
	text-align: right;
}
.labelin{
	text-align: left;
	padding-right: 4px;
}
.cssform2 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 300px;
	letter-spacing: 1px;
}

.cssform2 textarea{
	width: 350px;
	height: 150px;
	font-family: Verdana, Geneva, sans-serif;
}
.captchatype {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
}

.formbutton{
	color:#060;
}

/*.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
*/

* html .threepxfix{
margin-left: 3px;
}
