.contact-form{
	width: 100%;
	overflow: hidden;
}
.contact-form .row{
	width: 100%;
	overflow: hidden;
	margin: 0 0 18px;
}
.contact-form .row .cell:first-child{margin: 0;}
.contact-form .row .cell{
	float: left;
	width: 49%;
	margin: 0 0 0 2%;
}
.contact-form .row .text{
	color: #a3a2a2;
	font-size: 17px;
	line-height: 22px;
	padding: 8px 15px;
	float: left;
	border: 1px solid #efefef;
	font-weight: 300;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
.contact-form .captcha-cell{
	width: 100%;
	overflow: hidden;
}
.contact-form .captcha-cell img{
	float: left;
	border: 1px solid #000;
	margin: 0 10px 0 0;
	width: 182px;
}
.contact-form .captcha-cell .text{
	width: 49%;
	float: right;
}
.contact-form textarea{
	color: #a3a2a2;
	font-size: 17px;
	line-height: 22px;
	padding: 8px 15px;
	float: left;
	border: 1px solid #efefef;
	font-weight: 300;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 168px;
	resize: none;
	border-radius: 5px;
}
.contact-form .button{
	padding: 7px 16px;
	font-size: 14px;
}
@media (max-width: 450px){
	.contact-form .captcha-cell img{
		width: 45%;
		margin: 0;
	}
}