label { float: left;  }
label.error {  color: red; vertical-align: top; width:auto; font-family:arial; background-color:#FFFFC4; margin-top:2px;  font-size:13px}/* CSS Document */
input {
border-radius:5px;
height:22px;
min-width:190px;
}
textarea{
border-radius:5px;
}
select{
border-radius:5px;
}
input[type="submit"] {
background:#800000;
color:#fff;
font-weight:bold;
font-size:16px;
}


