.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	border-top: 1px dashed gray;
	height: 1%;
	font-family: Verdana;
	font-size: 10px;
}

.cssform label{
font-weight: normal;
float: left;
margin-left: -155px; 
width: 150px; 
}

.cssform input[type="text"]{
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

* html .threepxfix{
margin-left: 3px;
}
