.cssform {
}

.cssform p{
width: 460px;
/*clear: left;*/
margin: 0;
margin: 10 !important;
padding: 5px 0 8px 0;
/*padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
text-align:left;
}

.cssform label{
font-weight: bold;
float: left;
width: 200px; /*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: 200px;
}

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

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