body{
	margin: 20px 0;
	font-family: Arial,sans-serif;
	font-size: 12px;
	background-color: #DCDCDC;
}
label{
	display:block;
	margin-top:15px;
}
input{
	display:block;
	height:40px;
	border:1px solid #e5e5e5;
	background: #CDFCDF; /*#f0f0f0;*/
	padding:10px;
	margin-top: 5px;
	width: 90%;
	border-radius: 16px;
}
.container{
	width: 96%;
	margin:0 auto;
	padding: 20 20 20 20;
}
.g-recaptcha{
	margin-top:15px;
}
.send{
	background: #46ac00;
	color: #fff;
	border: 0px;
	border-radius: 16px;
	width: 90%;
	cursor: default;
}
.send:hover{
	cursor: pointer;
}
.reset{
	background: #999999; /*#46ac00;*/
	color: #fff;
	border: 0px;
	border-radius: 16px;
	width: 90%;
	cursor: default;
}
.reset:hover{
	cursor: pointer;
}
.button{
	background: #46ac00;
	color: #fff;
	border: 0px;
	/*border-radius: 8px;*/
	width: 90%;
	border-radius: 16px;
}