
.cssform p{
    width: 300px;
    clear: left;
    margin: 0;
    text-align: left;
}
*

.cssform label{
    float: left;
    margin-left: 0px; /*width of left column*/
    width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input{ /*width of text boxes. IE6 does not understand this attribute*/
    width: 180px;
}

.cssform textarea{
    width: 328px;
    height: 400px;
}

