/*
 * SimpleModal Contact Form
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

/* Overlay */
#password-overlay {background-color:#000;}

/* Container */
#password-container {font: 14px/22px 'Trebuchet MS', Verdana, Arial; text-align:left;}

#password-container .password-content {background-color:#333; color:#ddd; text-align:center;} 

#password-container h1 {color:#45658b; font-size:14px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}


#password-container .password-loading {background:url(../img/contact/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#password-container .password-message {text-align:center;}
#password-container .password-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#password-container br {clear:both;}
#password-container form {margin:0; padding:0;}
#password-container label {font-size:12px; clear:left; display:block; float:left; padding-right:0px; text-align:right; width:130px;}

#password-container .password-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:0px; margin:8px; width:40%; height:40%}
#password-container textarea {height:314px;}
#password-container .password-cc {cursor:default; font-size:14px; vertical-align:top;}
#password-container .password-top {background-color:#333; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
#password-container .password-bottom {background-color:#333; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}



#password-container .password-bottom a,
#password-container .password-bottom a:link,
#password-container .password-bottom a:active,
#password-container .password-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#password-container .password-bottom a:hover {color:#888;}

/*
#password-container .contact-button {background:#45658b; border:0; color:#ddd; cursor:pointer; font-size:12px; font-weight:bold; height:22px; margin:2px 2 2 2px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#password-container .contact-button:hover {background:#f49000;}
*/

#password-container a.modal-close,
#password-container a.modal-close:link,
#password-container a.modal-close:active,
#password-container a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#password-container a.modal-close:hover {color:#ccc;}


