﻿
body {height:100%; margin:0;}

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {width:450px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#contact-container .contact-content {background:#49aa42 url('../images/form_bg.jpg') left top no-repeat; color:#ddd; height:40px;}
#contact-container h1 {color:#fff; margin:0; padding:0 0 20px 12px; font-size:14px; text-align:left;font-family:Verdana;font-weight:bold}
#contact-container .contact-loading {position:absolute; background:url(../images/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#005ea3; border:2px solid #fff; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;font-family: Verdana;font-size:11px;color:#fff;}
#contact-container .contact-input {font-family: Verdana;font-size:11px;color:#616161; float:left; padding:2px; margin:2px; background:#fff; border:1px solid #fff; width:300px;}
#contact-container textarea {height:114px; font-size:.9em;}
#contact-container .contact-cc {font-size:11px;color:#fff;font-family:Verdana; cursor:default;}
#contact-container .contact-top {height:13px; background:url(../images/form_top.png) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(../images/form_bottom.png) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:11px; font-weight:normal; color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:50px; background:url(../images/send.png) no-repeat;}
#contact-container .contact-cancel {width:65px; background:url(../images/cancel.png) no-repeat;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {text-decoration:none; font-weight:bold; font-size:11px;font-family:Verdana; position:absolute; top:2px; right:10px; color:#fff}
#contact-container a.modal-close:hover {color:#005ea3;}
