/*
 * 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: transparent;
	cursor:wait;
}

/* Container */
#contact-container {text-align:left; width:350px;}
#contact-container2 {text-align:left; width:500px;}
#contact-container .contact-content, #contact-container2 .contact-content {
	background-color:#ffffff;
	padding: 15px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	/*border-left : 2px solid #2278C0;
	border-right : 2px solid #2278C0;*/
border-left : 1px solid #999999;
	border-right : 1px solid #999999;
}

#contact-container .contact-content .b-tab-supp_titl, #contact-container2 .contact-content .b-tab-supp_titl {
	font-weight: bold;
}
	
#contact-container h1, #contact-container2 h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	clear: both;
	text-align: center;
	color: #000000;
	padding-top: 0px;
	text-transform: uppercase;
}

#contact-container p, #contact-container2 p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#contact-container p span, #contact-container2 p span {
	font-size: 14pt;
}

#contact-container p b, #contact-container2 p b {
	color: red;
}

#contact-container .contact-loading, #contact-container2 .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, #contact-container2 .contact-message {text-align:center;}
#contact-container .contact-error, #contact-container2 .contact-error {background:#fff; border:2px solid #ff0000; font-size:13px; font-weight:normal; line-height:18px; margin:0 auto; padding:0px; width:100%;}
#contact-container br, #contact-container2 br {clear:both;}
#contact-container form, #contact-container2 form {margin:0; padding:0;}
#contact-container .contact-top, #contact-container2 .contact-top {background-color:#ffffff; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:18px; -webkit-border-top-right-radius:18px; -moz-border-radius-topleft:18px; -moz-border-radius-topright:18px; border-radius:18px 18px 0 0;
/*border-left : 2px solid #2278C0;
border-right : 2px solid #2278C0;
border-top : 2px solid #2278C0;*/
border-left : 1px solid #999999;
border-right : 1px solid #999999;
border-top : 1px solid #999999;
}
#contact-container .contact-bottom, #contact-container2 .contact-bottom {background-color:#ffffff; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:18px; -webkit-border-bottom-left-radius:18px; -moz-border-radius-bottomright:18px; -moz-border-radius-bottomleft:18px; border-radius:0 0 18px 18px;
/*border-left : 2px solid #2278C0;
border-right : 2px solid #2278C0;
border-bottom : 2px solid #2278C0;*/
border-left : 1px solid #999999;
border-right : 1px solid #999999;
border-bottom : 1px solid #999999;
}
#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:#d76300; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 4px; 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:8px;}
#contact-container a.modal-close:hover {color:#ccc;}

#contact-container2 a.modal-close,
#contact-container2 a.modal-close:link,
#contact-container2 a.modal-close:active,
#contact-container2 a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:8px;}
#contact-container2 a.modal-close:hover {color:#ccc;}

#contact-container input[type="text"], #contact-container textarea{
	border : 1px solid #0B5C9D;
	font-family: tahoma;
	font-size: 13pt;
}

#contact-container input[type="text"]{
	height: 25px;
	line-height: 23px;
	border : 1px solid #949494;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #2278C0;
	padding: 0 5px;
	font-weight: bold;
	font-size: 14pt;
}

#contact-container2 input[type="text"]{
	border : 1px solid #949494;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: black;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#contact-container textarea{
	border : 1px solid #949494;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: black;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

#contact-container2 select {
	border : 1px solid #949494;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: black;
	font-size: 14px;
	font-weight: normal;
}

#contact-container input[type="text"].prodcol{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	height: 21px;
	line-height: 19px;
	font-size: 12pt;
	padding: 0px;
	width:25px;
	color: black;
}

#contact-container button[type="submit"]{
	color: white;
	font-weight: bold;
	/*background-color: #2278C0;*/
	background-color: #007af3;
	border: 0px;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
}

#contact-container2 .selectdeliv{
	float: left;
	margin-right: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #E6E6E6;
	padding: 5px;
	color: #328CD8;
	text-decoration: underline;
	cursor:pointer;
}

#contact-container2 .selectdelivact{
	float: left;
	margin-right: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	padding-left: 25px;
	color: #4D4D4D;
	text-decoration: none;
	background : #E6E6E6 url(galka.png) no-repeat left center;
}