/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 254 2010-07-23 05:14:44Z emartin24 $
 */

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

/* Container */
#contact-container {text-align:left; width:360px;}
#contact-container .contact-content {background-color:#ffffff; color:#333333; height:40px;}
#contact-container h1 {color:#555555; font-size:20px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}
#contact-container .contact-loading {background:url(../image/loading.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; margin-top: -15px;}
#contact-container .contact-error {background:#fff; border:0px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%; color: red;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear:left; display:block; float:left;padding-top: 7px; padding-right:4px; text-align:right; width:90px;}
#contact-container .contact-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; width:240px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#ffffff; 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;}
#contact-container .contact-bottom {padding: 6px 15px 0px; background-color:#ffffff; color: #333333; font-size:14px; height:40px; line-height:14px; 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-button {border: none;
margin-top: 12px;
margin-left: 20px;
font-size: 12px;
line-height: 12px;
color: #fff;
text-align: center;
white-space: nowrap;
padding: 0 10px;
height: 30px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b02f47', endColorstr='#972f43');
background: -webkit-gradient(linear, left top, left bottom, from(#fd7a05), to(#ff6d00));
background: -moz-linear-gradient(top, #fd7a05, #ff6d00);
background: -o-linear-gradient(top, #fd7a05, #ff6d00);
background: -ms-linear-gradient(top, #fd7a05, #ff6d00);
padding: 6px 20px 6px 20px;
}
#contact-container .contact-button:hover {
color: #fff;
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#4a4a4a');
background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#4a4a4a));
background: -moz-linear-gradient(top, #535353, #4a4a4a);
background: -o-linear-gradient(top, #535353, #4a4a4a);
background: -ms-linear-gradient(top, #535353, #4a4a4a);}
#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 .cont-label {
	position: absolute; top: 90px; font-size: 14px;
}


.simplemodal-wrap {
	height: auto!important;
	overflow: hidden!important;
}

.callback-text {
	padding: 0 18px;
height: 44px;
}

#powered {
	color: gray;
}