/* Contact */
.contact-form .empty { background-color: #D5D5FF; }
.contact-form { width: 400px; margin-left: 30px; }
.contact-form label { display: block; margin-bottom: 10px; }
.contact-form input, .contact-form textarea { float: right; width: 280px; background: #F2F2F2; margin: 0; padding: 0; border: 1px solid #999; height: 15px; }
.contact-form .button { height: 20px; margin: 0; padding: 0; color: #06F; }
.contact-form .message { height: 100px; margin-bottom: 10px; }
.zomg { display: none; }
.notice { font-weight: bold; padding-left: 146px; height: 20px; }
.success { background: url(../images/icons/accept.png) no-repeat; background-position: 125px 0; }
.error { background: url(../images/icons/exclamation.png) no-repeat; background-position: 125px 0px; }
.reqfields { padding-top: 30px; text-align: center; }
.required { font-size: 12px; color: #FF0000; font-weight: bold; }
label { cursor: pointer; }
.smalltext { font-size: 11px; }
.topmar { padding-top: 20px; }
.topmar p { padding: 3px 0 3px 0; }