@charset "utf-8";
/* Form styles */

form {}
fieldset { border:0px}

fieldset label {display:block;float:left;width:100px; text-align:right;padding-right:10px;}
fieldset input {width:250px;font-family:Georgia, "Times New Roman", Times, serif;font-size:10pt; }
fieldset textarea {width:250px;font-family:Georgia, "Times New Roman", Times, serif;font-size:10pt;}
fieldset input.button {width:auto;font-family:Georgia, "Times New Roman", Times, serif;font-size:10pt; display:block;margin-right:150px;} 

.error {color:red;}
form ul li {color:red;}

