
/******************************/
.cssformcontact p{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
width: 300px;
clear: left;
margin: 0;
padding: 2px 0px 2px 0px;
padding-left: 150px; /*width of left column containing the label elements*/
border-bottom: 1px dashed gray;
height: 1%;
}
.cssformcontact label{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
font-weight: bold;
float: left;
margin-left: -150px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssformcontact input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 130px;
}
.cssformcontact textarea{
width: 290px;
height: 60px;
}
INPUT.cssformcontact{
   BORDER-RIGHT: black 1pt solid;
	BORDER-LEFT: black 1pt solid;
   BORDER-TOP: black 1pt solid;
	BORDER-BOTTOM: black 1pt solid;
   CURSOR: text;
	font-family:verdana; 
	font-size:8pt; 
	background-color:#E3E1E3; 
	color:#000000; 
	font-weight:normal}
.cssformcontact #col1{
text-align: left;
width: 80px;
}
.cssformcontact #col2{
text-align: right;
width: 100px;
}
.cssformcontact div{
width: 400px;
float: left;
}
/*.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;
}

