/* contact-form.tpl */
body#contact-form div#center_column form input#email,
 body#contact-form div#center_column form select#id_contact,
 body#contact-form div#center_column form textarea#message { width: 50% }
form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left
}

#contact {
	margin-top: 150px;
	background: url("../../../img/backgroundProduct.jpg") no-repeat;
	background-size: cover;
}
#contact #myContactForm {
	width: 900px;
	margin: auto;
}
#contact #myContactForm h1 {
	background: none;
	text-align: center;
}
#contact #myContactForm fieldset, #contact #myContactForm fieldset h3 {
	background: none;
	border: none;
}
#contact #myContactForm fieldset h3 {
	background: none;
	border: none;
	text-align: center;
}
#contact #myContactForm > p {
	text-align: center;
}
#contact #myContactForm input[type="text"] {
	padding: 7px;
	width: 326px;
}
#contact #myContactForm input[type="file"] {
	padding: 7px;
	width: 326px;
}
#contact #myContactForm select {
	padding: 7px;
	width: 342px;
}
#contact #myContactForm label {
	line-height: 38px;
}
#contact #myContactForm input[type="submit"] {
	line-height: 30px;
	height: 30px;
	text-align: center;
	background: none;
	background-color: #464646;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0 40px;
	margin: 0;
	width: auto;
	margin: auto;
}