/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

body {padding:0; margin:0; width:100%; overflow: inherit;}

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}
#newnote-overlay {background-color:#000; cursor:wait;}
#quotation-overlay {background-color:#000; cursor:wait;}
#forgotpass-overlay {background-color:#000; cursor:wait;}
/* Containers */
#contact-container {width:420px; left:50%; top:15%; margin-left:-210px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; text-align:left;}
#newnote-container {width:420px; left:50%; top:15%; margin-left:-210px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; text-align:left;}
#forgotpass-container {width:420px; left:50%; top:15%; margin-left:-210px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; text-align:left;}
#quotation-container {width:420px; left:50%; top:1%; margin-left:-210px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; text-align:left;}

#contact-container .contact-content {background-color:#333; color:#ddd; height:400px;}
#newnote-container .newnote-content {background-color:#333; color:#ddd; height:400px;}
#quotation-container .quotation-content {background-color:#333; color:#ddd; height:400px;}
#forgotpass-container .forgotpass-content {background-color:#333; color:#ddd; height:400px;}
#contact-container h1 {color:#F7B910; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#newnote-container h1 {color:#F7B910; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#quotation-container h1 {color:#F7B910; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#forgotpass-container h1 {color:#F7B910; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#contact-container .contact-loading {position:absolute; background:url(../img/contact/loading.gif) no-repeat; z-index:8000; height:100px; width:54px; margin:-14px 0 0 170px; padding:0;}
#newnote-container .newnote-loading {position:absolute; background:url(../img/contact/loading.gif) no-repeat; z-index:8000; height:100px; width:54px; margin:-14px 0 0 170px; padding:0;}
#quotation-container .quotation-loading {position:absolute; background:url(../img/contact/loading.gif) no-repeat; z-index:8000; height:100px; width:54px; margin:-14px 0 0 170px; padding:0;}
#forgotpass-container .forgotpass-loading {position:absolute; background:url(../img/contact/loading.gif) no-repeat; z-index:8000; height:100px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center; height:60px; padding-bottom:4px;}
#newnote-container .newnote-message {text-align:center; height:60px; padding-bottom:4px;}
#quotation-container .quotation-message {text-align:center; height:20px; padding-bottom:4px;}
#forgotpass-container .forgotpass-message {text-align:center; height:20px; padding-bottom:4px;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px; height:auto;}
#newnote-container .newnote-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px; height:auto;}
#quotation-container .quotation-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px; height:auto;}
#forgotpass-container .forgotpass-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px; height:auto;}
#contact-container br {clear:both;}
#newnote-container br {clear:both;}
#quotation-container br {clear:both;}
#forgotpass-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#newnote-container form {padding:0; margin:0;}
#quotation-container form {padding:0; margin:0;}
#forgotpass-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; color:#CCCCCC;}
#newnote-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold; color:#CCCCCC;}
#quotation-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold; color:#CCCCCC;}
#forgotpass-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold; color:#CCCCCC;}
#contact-container .contact-input {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:250px;}
#newnote-container .newnote-input {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:268px;}
#quotation-container .quotation-input {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:250px;}
#forgotpass-container .forgotpass-input {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:250px;}
#newnote-container .newnote-select {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:273px;}
#quotation-container .quotation-select {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:255px;}
#newnote-container .newnote-selectrdate {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:61px;}
#newnote-container .newnote-selectrdatetime {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:87px;}
#newnote-container .newnote-selectrdatem {font-family:Verdana, Arial, Helvetica, sans-serif; float:left; padding:1px; margin:2px; background:#eee; border:1px solid #fff; width:51px;}

#quotation-container .quotation-checkbox { float:left;}
#newnote-container .newnote-radio {font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold; float:left; padding:2px; margin:2px;}
#quotation-container .quotation-span {display:block; width:100px; float:left; text-align:left; padding-right:0px; font-weight: normal;  color:#CCCCCC; vertical-align:text-top;}
#quotation-container .quotation-spanhead {display:block; width:100px; float:left; text-align:left; padding-right:0px; font-weight: normal; color:#CCCCCC; vertical-align:text-top;}
#contact-container .contact-span {display:block; width:100px; float:left; text-align:left; padding-right:0px; font-weight: normal;  color:#CCCCCC; vertical-align:text-top;}
#contact-container .contact-spanhead {display:block; width:100px; float:left; text-align:left; padding-right:0px; font-weight: normal; color:#CCCCCC; vertical-align:text-top;}
#contact-container textarea {height:84px;}
#newnote-container textarea {height:84px;}
#quotation-container textarea {height:84px;}
#contact-container .contact-top {height:13px; background:url(../img/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#newnote-container .newnote-top {height:13px; background:url(../img/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#quotation-container .quotation-top {height:13px; background:url(../img/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#forgotpass-container .forgotpass-top {height:13px; background:url(../img/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(../img/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#newnote-container .newnote-bottom {height:13px; background:url(../img/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#quotation-container .quotation-bottom {height:13px; background:url(../img/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#forgotpass-container .forgotpass-bottom {height:13px; background:url(../img/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#newnote-container .newnote-bottom a,
#quotation-container .quotation-bottom a,
#forgotpass-container .forgotpass-bottom a,
#contact-container .contact-bottom a:link,
#newnote-container .newnote-bottom a:link,
#quotation-container .quotation-bottom a:link,
#forgotpass-container .forgotpass-bottom a:link,
#contact-container .contact-bottom a:active,
#newnote-container .newnote-bottom a:active,
#quotation-container .quotation-bottom a:active,
#forgotpass-container .forgotpass-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#newnote-container .newnote-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#quotation-container .quotation-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#forgotpass-container .forgotpass-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#newnote-container .newnote-bottom a:hover {color:#888;}
#quotation-container .quotation-bottom a:hover {color:#888;}
#forgotpass-container .forgotpass-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#000; text-align:center; vertical-align:middle;}
#newnote-container .newnote-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#000; text-align:center; vertical-align:middle;}
#quotation-container .quotation-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#000; text-align:center; vertical-align:middle;}
#forgotpass-container .forgotpass-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#000; text-align:center; vertical-align:middle;}

#contact-container .contact-send {width:80px; background:url(../img/contact/cancel.gif) no-repeat; border:0px;}
#newnote-container .newnote-send {width:80px; height:25px; background:url(../img/contact/cancel.gif) no-repeat; font-size:10px;border:0px;}

#quotation-container .quotation-send {width:80px; height:25px; background:url(../img/contact/cancel.gif) no-repeat; border:0px;}
#forgotpass-container .forgotpass-send {width:80px; height:25px; background:url(../img/contact/cancel.gif) no-repeat; border:0px;}
#contact-container .contact-cancel {width:80px; background:url(../img/contact/cancel.gif) no-repeat; border:0px;}
#newnote-container .newnote-cancel {width:80px;  height:25px;background:url(../img/contact/cancel.gif) no-repeat; border:0px;}
#newnote-container .newnote-cancel1 {width:80px;font-size:10px;  height:25px;background:url(../img/contact/cancel.gif) no-repeat; border:0px;}
#quotation-container .quotation-cancel {width:80px;  height:25px;background:url(../img/contact/cancel.gif) no-repeat; border:0px;}
#forgotpass-container .forgotpass-cancel {width:80px;  height:25px;background:url(../img/contact/cancel.gif) no-repeat; border:0px;}
#contact-container a.modalCloseX,
#newnote-container a.modalCloseX,
#quotation-container a.modalCloseX,
#forgotpass-container a.modalCloseX,
#newnote-container a.modalCloseX:link,
#contact-container a.modalCloseX:link,
#quotation-container a.modalCloseX:link,
#forgotpass-container a.modalCloseX:link,
#contact-container a.modalCloseX:active,
#newnote-container a.modalCloseX:active,
#quotation-container a.modalCloseX:active,
#forgotpass-container a.modalCloseX:active,
#contact-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-2px; left:400px; color:#999;}
#newnote-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-2px; left:400px; color:#999;}
#quotation-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-2px; left:400px; color:#999;}
#forgotpass-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-2px; left:400px; color:#999;}
#contact-container a.modalCloseX:hover {color:#9bb3b3;}
#newnote-container a.modalCloseX:hover {color:#9bb3b3;}
#quotation-container a.modalCloseX:hover {color:#9bb3b3;}
#forgotpass-container a.modalCloseX:hover {color:#9bb3b3;}