/* Contact form */
#contact-form {
	position:relative;
	width:100%;
	height:100%;
}
#contact-form fieldset {
	border:none;
	padding:0;
	width:436px;
}
#contact-form .field {
	overflow:hidden;
	padding:0 0 10px 0px;
	width:360px;
}
#contact-form input[type=text] {
	font-family:Verdana, Geneva, sans-serif;
	width:331px;
	padding:9px 13px 10px 14px;
	background:url(../images/bg-box1.png) 0 0 repeat;
	color:#b8b2ad;
	font-size:1em;
	border:solid 1px #1a1918;
	overflow:hidden;
	display:block;
	height:24px;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
#contact-form input[type=text] { 
     padding:15px 13px 4px 14px\0/; /* ?????? 70px ?????? ??? Internet Explorer 8 */
}
#contact-form.main-contacts .field input {margin-top:0px;}
#contact-form .area {}
#contact-form .area .error { float:left;}
#contact-form textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	width:407px;
	height:224px;
	background:url(../images/bg-box1.png) 0 0 repeat;
	color:#b8b2ad;
	border:solid 1px #1a1918;
	padding:14px 13px 5px 14px;
	overflow:auto;
	display:block;
	margin:0px;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
#contact-form a {cursor:pointer;}
#contact-form .alignright {padding-top:12px;}
#contact-form small {
	color:red;
	font-weight:bold;
	padding:0 0 0 5px;
}
#contact-form label {
	height:31px;
	padding:0 0 0px 10px;
	display:inline-block;
	color:#F00;
}
#contact-form strong {
	padding:0 0 2px 9px;
	display:inline-block;
	color:#838383;
}
#contact-form .error {
	color:red;
	width:240px;
	line-height:39px;
	display:none;
}
.buttons-wrapper {float:left; margin-top:22px; overflow:hidden;}
.buttons-wrapper a {
	margin-right:10px;
	display:inline-block;

	padding:0px 22px 0 14px; 
	color:#fff; 
	font-size:18px; 
	line-height:38px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	background:url(../images/button-1.jpg) 0 0px repeat-x #2c9cb6; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	text-decoration:none;
}
.buttons-wrapper a:hover {
	background:#6d777e; 
	border-right:1px solid #6d777e; 
	border-bottom:1px solid #6d777e;
}