body{
	background:url('../images/contact/bg_header.jpg') no-repeat top center;
}

.cell1{
	width:250px;
	padding:10px;
	text-align:right;
	vertical-align:top;
}
.cell2{
	width:550px;
	padding:10px;
	vertical-align:top;
}
input{
	height:30px;
	width:450px;
	border:1px solid #b7d5cd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
}
textarea{
	width:450px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	border:1px solid #b7d5cd;
	margin:0 0 30px 0;
}
#reset{
	height:32px;
	width:161px;
	border:0;
	background:transparent url('../images/contact/reset.png') no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	margin:0 80px 0 100px;
	cursor:pointer;
}
#send{
	height:32px;
	width:161px;
	border:0;
	background:transparent url('../images/contact/send.png') no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	cursor:pointer;
}

.clr2{
	font-size: 77%;
	color: #f00;
	margin: 0 5px;
}
.g-recaptcha{
	margin:15px auto;
	width:304px;	
}