/*
 * 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: 19px/22px 'Helvetica Regular', Helvetica, Arial, sans-serif;
	text-align: left;
	width: 460px;
	top: 30% !important;
}
#contact-container .contact-content {
	background-color: #fff;
	color: #7f7f7f;
	height: 450px !important;
}
#contact-container h1 {
	color: #d76300;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 6px 12px;
	text-align: left;
}
#contact-container p.info {
	text-indent: 0;
	padding: 0 20px;	
}
#contact-container .contact-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;
}
#contact-container .contact-message {
    height: 300px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    width: 150px;
	height: 320px;
}
#contact-container .contact-error {
	background: #000;
	border: 2px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 auto;
	padding: 2px;
	width: 92%;
	color: #fff;
}
#contact-container br {
	clear: both;
}
#contact-container form {
	margin: 0;
	padding: 0;
}
#contact-container label {
	clear: left;
	display: block;
	float: left;
	font-weight: normal;
	padding-right: 4px;
	text-align: right;
	width: 100px;
}
#contact-container .contact-input {
	background: #fff;
	border: 1px solid #7f7f7f;
	font-family: 'Helvetica Regular', Helvetica, Arial;
	font-size: 19px;
	float: left;
	padding: 2px 2px 10px 2px;
	margin: 2px;
	width: 300px;
	color: #7f7f7f;
}
#contact-container textarea {
	height: 115px;
}
#contact-container .contact-cc {
	cursor: default;
	font-size: 14px;
	vertical-align: top;
}
#contact-container .contact-top {
	background-color: #fff;
	height: 13px;
	margin: 0;
	padding: 0;
}
#contact-container .contact-bottom {
	background-color: #333;
	font-size: 12px;
	height: 13px;
	line-height: 12px;
	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 {
	color: #666;
	position: relative;
	top: -4px;
	text-decoration: none;
}
#contact-container .contact-bottom a:hover {
	color: #888;
}
#contact-container .contact-button {
	background: #7f7f7f;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 19px;
	font-weight: normal;
	margin: 4px 0 0 4px;
	text-align: center;
	vertical-align: middle;
}
#contact-container .contact-button:hover {
	background: #000;
}
#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 textarea {
	margin-left: 100px !important;
}
#contact-container .submitBtns {
	padding-top: 15px;
	margin-right: 60px;	
}
#contact-container .checkboxGroup {
	margin: 10px 0 10px 100px;
	width: 300px;	
	text-indent: -17px; 
	padding-left: 14px;
}
#teamForm textarea {
	height: 80px;
}