/* Control the style of the whole form */
#contactform{
	position: relative;
	left: 50%;
	margin-left: -400px;
	margin-top:58px;
	font-size:13px;
	width: 800px;
}
.input{
	padding-bottom: 5px;
}

/* Control the submit button placement */
.btn{
	padding: 10px;
}

/* Change the style of the error message */
.status{
	font-weight:bold;
}

#header{
	font-size:18px;
	color: #FF0000;
}