#xform p{
	width: 250px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed #7C8559;
	height: 1%;
	color: #7C8559;
	text-align: left;
}

#xform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#xform textarea{
	width: 250px;
	height: 150px;
	font-size: 12px;
	color: #7C8559;
}
/*.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;
}

#xform legend {
	font-weight: bold;
	color: #8f146e;
}
#xform textarea, input {
	color: #7C8559;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.errMsg {
	color: #8f146e;
	font-size: 11px;
	font-weight: bold;
}
.errFld {
	border: 1px solid #8f146e;
	background-color: #E1B6E4;
}