#wpcf input,#wpcf textarea
{
	width: 100%;
	border:1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	font-weight: 400;
	
}
#wpcf input[type='submit'],#wpcf input[type='reset']
{
	width: 12%;
	border: none;
    border-radius: 3px;
	padding: 5px;
	margin-top: 10px;
}
.error
{
	color: #f00;
	display: block;
}

#statusMsg
{
	display: none;
}