﻿/* contact-form.tpl */
body#contact-form  form input#email,
 body#contact-form form select#id_contact,
 body#contact-form form textarea#message {  }
form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left
}

body#contact-form form fieldset {

}
body#contact-form h1 {
	margin-bottom: 16px;
}
body#contact-form  p {
	font-weight: normal;
}


body#contact-form form.std h3 {
	border: none; margin-top: 20px;
}
body#contact-form form.std label {
	font-size: 11px;
	width: 100px; font-weight: bold;
	text-align: left;
}
body#contact-form form.std p.submit {
	padding-left: 120px !important;
}

body#contact-form form.std input[type=submit] {
	border: none; margin-left: 0;
}

#contact_wrap {
	padding: 35px 35px 0 35px; margin: 0 0 22px 0; position: relative;
}
#contact_wrap #cms_title {

	right: -5px;
}
#contact_wrap .contact_info {
	margin: 20px 0 20px 0; padding: 0; font-weight: bold;
}
#contact_wrap .contact_title {
	line-height: 30px;
	font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 14px; font-weight: bold; color: #7f7f7f;
	margin-bottom: 14px; text-decoration: underline;
}
#contact_wrap fieldset {
	border: none;
}
#contact_wrap input[type=text], #contact_wrap input[type="password"], #contact_wrap textarea, #contact_wrap select.txtSubject {
	border: solid 1px #dddddd; background-color: #fff;
}
#contact_wrap input[type=text], #contact_wrap input[type="password"], #contact_wrap select.txtSubject {
	width: 200px;
}
#contact_wrap textarea {
	width: 450px;
}
#contact_wrap div.button-wrap {
	background: none;
}
#contact_wrap input[type=submit] {
	background: url(../img/contact_but.gif) no-repeat left center; height: 35px; line-height: 35px; border: none; padding: 0 18px 0 35px;
	color: #fff; font-size: 12px; font-weight: bold; font-family: Verdana, Geneva, Tahoma, sans-serif; cursor: pointer;
}

.contact_left {
	width: 400px; float: left; border: 1px #EFEFEF solid; padding: 3px;
}
.contact_right {
	width: 460px; float: right;
}