
form#contact-form {
	margin: 20px 0 0 30px;
}
form#contact-form label {
	display: block;
	width: 150px;
	float: left;
	clear: both;
	text-transform: uppercase;
	color: #145C86;
}
form#contact-form input {
	width: 260px;
	background: #D8E6F5;
	border: 0;
	float: left;
	margin: 0 0 5px;
	padding: 2px;
}
form#contact-form textarea {
	width: 260px;
	height: 150px;
	background: #D8E6F5;
	border: 0;
	float: left;
	padding: 2px;
}
form#contact-form input#but-send {
	width: 106px;
	height: 60px;
	clear: both;
	background: #fff;
	margin: 10px 0 0 110px;
}

.recaptcha-holder{
	float: left;
	clear: left;
	width: 410px;
	padding: 13px 0 15px 0;
}

.recaptcha-holder .g-recaptcha{
	float: right;
}

.recaptcha-holder p{
	text-align: center;
}