.cssformdiv{	
	border: 1px solid #c0c0c0;
	padding: 5px;
	margin:0px;
	width: 685px;
}
.cssformdiv1{
	border: 1px solid #c0c0c0;
	padding: 5px;
	padding-left: 155px;
	background-color: #F3F3F3;
}
.cssform{
	margin: 0px;
	background-color: #F3F3F3;
}
.cssform h1{
 border-bottom: #F3F3F3 1px solid;
 margin:0px;
}
.cssform p{
clear: left;
margin: 0;
margin-left: 10px;
padding: 10px 0px 8px 0;
padding-left: 250px; /*width of left column containing the label elements*/
height: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
		background-color: #F3F3F3;

}

.cssform label{
font-weight: bold;
float: left;
margin-left: -250px; /*width of left column*/


 /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
margin:0px;

}
.cssform input[type="radio"]{ /*width of text boxes. IE6 does not understand this attribute*/
	margin:0px;
margin: 0px 2px 0px 4px;
}
.cssform input[type="checkbox"]{ /*width of text boxes. IE6 does not understand this attribute*/
	margin:0px;
margin: 2px 2px 2px 4px;
}
.cssform textarea{
width: 150px;
height: 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;
}