

input[type='text'], select
{
	
	font-size: 17px;
}
#ErrorMessage
{
	position: absolute;
	display: block;
	top: 100px;
	font-size: 20px;
	color: red;
}