

label{
font-weight: bold;
float: left;
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;

}
textarea{
width: 250px;
height: 120px;
}
* html .threepxfix{
margin-left: 3px;
}