/*
 * 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 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; width:655px !important; height: 470px !important; top:22%; left:338px; overflow: hidden !important; }
#contact-container .contact-send {
background: url("../../images/callforprice/contact-submit.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 29px;
    margin-left: 396px;
    width: 120px;
     cursor: pointer;
}
#contact-container .contact-cancel {
	background: url("../../images/callforprice/close.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 24px;
    margin-right: 18px;
    width: 94px;
    cursor: pointer;
}
#contact-container .contact-content {background:#f8f8f8; border:5px solid #C5AD70; height: 440px !important; overlay: hidden; }
#contact-container h1 {
	color: #C5AD70;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 20px;
    margin: 45px 0 0 20px;
    padding: 0 0 6px 12px;
    text-align: left;
}
#contact-container .contact-loading { height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message { font-size:12px; width:564px; float:left; margin-left:36px; font-weight:bold; }
#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%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label { height:30px; margin-left:32px; clear:left; display:block; float:left;  padding-right:4px; text-align:left; font-size:13px; width:95px; color:#666;}
#contact-container .contact-input { border:1px solid #B6B6B6; font-family:'Trebuchet MS', Verdana, Arial;  margin:4px; width:254px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-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;}
#contact-container .contact-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;}
#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 { border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 -6px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;background: none;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {
	color: #999999;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 18px;
    text-decoration: none;
    top: 8px;
     cursor: pointer;
}
#contact-container a.modal-close:hover {color:#ccc;}
.simplemodal-wrap { overflow: hidden !important; }
.call-for-price-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #d8d8d8) );
	background:-moz-linear-gradient( center top, #fdfdfd 5%, #d8d8d8 100% );
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#dfdfdf'); */
	background-color:#fdfdfd; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #777;
	display:inline-block;
	color:#000;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	padding:8px 10px 9px;
	text-decoration:none;
	text-transform: uppercase;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}