.cssform li{
	clear: left;
	padding-left: 50px;
}
.cssform h5 {
	color: #48C045;
	font-weight: normal;
	float: right;
	font-size: 10px;
}
input {
	border: 1px solid #D4D0C8;
	color: #2D7536;
}



.cssform label{
	float: left; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	margin-left: -60px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
}

.cssform textarea{
	width: 200px;
	border: 1px solid #D4D0C8;
	font-size: 12px;
	color: #2D7536;
}


input.submit {
	margin-top: 30px;
	margin-left: 150px;
}


/*.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;
}
