.css-form p {
	width: 380px;clear: left;margin: 0;font-family:Tahoma;font-size:1.00em;
	padding: 5px 0 7px 0;padding-left: 20px; /*width of left column containing the label elements*/
	float:left;
	
}
.css-form label {
	float: left;padding: 5px 0 0 14px;margin-left: -32px; /*width of left column*/
	width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.css-form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
text-decoration:none;padding:2px 2px 2px 3px;font-family:Tahoma;font-size:1.00em;color:#404040;float:left;
}
.cssform textarea{font-family: Tahoma;height:85px;text-decoration:none;font-size:1.00em;padding:2px 2px 2px 2px;margin:0px;border:1px solid #999999;float:left;width:200px;color:#404040;}


.fmtxtbx{width:240px;padding:2px 2px 2px 2px;border:1px solid #C7C7C7; margin:3px 0 0 0; float:left;height:15px;}
.fmtxtbx2{width:300px;padding:2px 2px 2px 2px;font-family: Tahoma;font-size:1.00em;border:1px solid #C7C7C7; margin:0px; float:left;height:270px;color:#404040;}

/*.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
*/

