.contact-form {
	padding: 10px 0;
}

.contact-form .rows {
	margin-bottom: .5em
}

.contact-form .input {
	color: #6D6D6D;
	width: 90%;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0;
	text-align: left;
	text-decoration: none;
	background: #f2f2f2;
	background: -moz-linear-gradient(
	top,
	#f2f2f2 0%,
	#f5f5f5);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#f2f2f2),
	to(#f5f5f5));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #919191;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
}

.contact-form select {
	color: #6D6D6D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0;
	text-align: left;
	text-decoration: none;
	width: 90%;
	background: #f2f2f2;
	background: -moz-linear-gradient(
	top,
	#f2f2f2 0%,
	#f5f5f5);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#f2f2f2),
	to(#f5f5f5));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #919191;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	padding: 10px 0;
}

.contact-form .input:focus, .contact-form textarea {
	color: #6D6D6D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0;
	text-align: left;
	text-decoration: none;
	border: 1px solid #666;
	width: 90%;
	background: #f2f2f2;
	background: -moz-linear-gradient(
	top,
	#f2f2f2 0%,
	#f5f5f5);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#f2f2f2),
	to(#f5f5f5));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #919191;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
}

.contact-form .capcha {
	color: #6D6D6D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0;
	text-align: left;
	text-decoration: none;
	background: #f2f2f2;
	background: -moz-linear-gradient(
	top,
	#f2f2f2 0%,
	#f5f5f5);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#f2f2f2),
	to(#f5f5f5));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #919191;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 1px 10px rgba(000,000,000,0.4);
	width: 100px;
	padding: 4px 0;
	float: left;
}

.contact-form .submit {
	background: #f14332;
	border: 4px solid #fd4e3d;
	padding: 5px;
	color: #fff;
	margin-left: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.contact-form img {
	margin: 0 10px 0 0;
	vertical-align: middle
}