/*---------------*/
/*-----FORM------*/
/*---------------*/
#mainform {
width: 450px;
}
div.field {
clear: both;
}
div.label {
clear: both;
padding-top: 8px;
}
#captcha {
clear: left;
padding-top: 5px;
}
#captcha_img {
float: left;
}
#captcha_label {
display: none;
}
#security_code {
clear: none;
width: 60px;
height: 34px;
margin-left: 3px;
font-size: 10pt;
font-weight: bolder;
}
#btSubmit {
margin-top: 10px;
clear: left;
float: left;

}