/*
 * 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 */
#contact-overlay {background-color:#000;}

/* Container */
#contact-container {font: 12px/16px Georgia, "Times New Roman", Times, serif; text-align:left; width:550px;}
#contact-container .contact-content {background-color:#FFF; color:#AAA; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; -moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px; border-radius:0 0 8px 8px;}
#contact-container .contact-content p {font-family: Verdana; line-height: 18px; padding:0 50px 10px 45px; text-align: justify}
#contact-container h1 {color:#777; font-size:25px; line-height:20px; margin:0 0 10px 5px; padding:10px 0 10px 40px; text-align:left; font-weight:normal;}
#contact-container .contact-loading {background:url(../images/loading2.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {background:#F0DFCA; border:2px solid #ccc; font-size:14px; font-weight:bold; color:#B01010; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear: left; display: block; float: left; font-weight: bold; padding-right: 10px; padding-top: 5px; text-align: right; width: 200px;}
#contact-container .contact-input {background:#E6E4EA; border:1px solid #B0B0B0; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px 2px 9px 2px; width:280px;}
#contact-container textarea {height:50px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#FFF; height:20px; 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;}
#contact-container .contact-bottom {background-color:#FFF; 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;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {background: #369; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:0 4px 0 0; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#contact-container .contact-button:hover {background:#f49000;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}

#contact-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-8px;
	right:-8px;
	cursor:pointer;
}