.form {
 width:560px;
}
.form ul{
 margin:0;padding:0;
}
.form li {
 border-top:1px dotted #6699FF;
 clear:left;
 margin:0;
 padding:5px 0 8px 155px;
 height:1%;
 list-style:none;
}

.form label{
 float:left;
 margin-left:-150px; /*width of left column*/
 width:150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.form textarea{
 height:90px;
}
.form select {
 width:100px;
}
.check {
 color:#FF0000;
 font-weight:900;
}

.textbox {
 color:#000080;
 border:1px solid #6699FF;
 height:20px;
 font-size:12pt;
}
.textbox:hover {
 background-color:#FFFFDD;
}
.radio {
 color:#000080;
 border:1px solid #FFFFFF;
}
