label { float: right;  }
label.error {  color: red; vertical-align: top; width:auto; font-family:arial; background-color:#FFFFC4; margin-top:1px;  font-size:12px}/* CSS Document */
input {
border-radius:5px;
background:#FFF0F0;
}
textarea{
border-radius:5px;
background:#FFF0F0;
}
select{
border-radius:5px;
background:#FFF0F0;
}
input[type="submit"] {
background:#C70038;
color:#fff;
}


