/*login form*/

#login { display: block; width: 400px; height:200px; padding: 0px; background-color: #ffffff;}
#login label { height: 12px; line-height: 12px; width: 100%; font-size:12px; }
#login input, textarea, { width: 140px; margin: 0; padding: 3px; color: #666; background-color:#ffffff; border: 1px solid #ccc; margin: 5px 0; }
#login input:focus, textarea:focus, select:focus { border: 1px solid #ccc; background-color:#EAEAEA; color:#666; }
#login input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#376f8f; color:#fff; }
#login input.submit:hover { background:#444; }
#login input[type="submit"][disabled] { background:#888; }
#login fieldset { padding:10px; border:1px solid #eee; }
#login span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#login_message { width:80%; }

/*vendor form*/
#vendor { display: block; width: 400px; height:150px; padding: 0px; background-color: #ffffff;}
#vendor label { height: 12px; line-height: 12px; width: 100%; font-size:12px; }
#vendor input, textarea { width: 140px; margin: 0; padding: 3px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; }   
#vendor input:focus, textarea:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#vendor input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#376f8f; color:#fff; }
#vendor input.submit:hover { background:#444; }
#vendor input[type="submit"][disabled] { background:#888; }
#vendor fieldset { padding:10px; border:1px solid #eee; }
#vendor span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#vendor_message { width:80%; }

#fieldsLinkReset hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0;}
#fieldsLinkReset { display: block; width: 340px; height:110px; padding: 0px; background-color: #ffffff;}
#fieldsLinkReset label { height: 12px; line-height: 12px; width: 100%; font-size:12px; }
#fieldsLinkReset input, textarea, select { font-size:12px; width: 240px; margin: 0; padding: 3px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; }   
#fieldsLinkReset input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#fieldsLinkReset input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#fieldsLinkReset input.submit:hover { background:#444; }
#fieldsLinkReset input[type="submit"][disabled] { background:#888; }
#fieldsLinkReset fieldset { padding:0px; border:1px solid #eee; }
#fieldsLinkReset span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#reset_message { width:80%; }
#fieldsLinkReset #success_page h1 { background: url('../JQuery/assets/success.gif') left no-repeat; padding-left:22px; }
.reset_error { display: block; width:100%; height: 16px; line-height: 18px; background: #376f8f url('../Javascript/assets/error.gif') no-repeat 10px center; padding: 3px 0px 3px 0px; color:#ffffff; font-size:11px;}

.error_message { display: block; width:100%; height: 16px; line-height: 18px; background: #376f8f url('../Javascript/assets/error.gif') no-repeat 10px center; padding: 3px 0px 3px 0px; color:#ffffff; font-size:10px;}
.loader { padding: 0 10px; }
acronym { border-bottom:1px dotted #ccc; }