body {
	background-color: #C0DCC0;
}

/* Control the style of the whole form */
#contactform{
	font-family:"Comic Sans MS";
	width: 520px;
	padding: 15px;
	margin:auto;
	color: #663300;
}

/* Control the layout of the form fields */
.fields{
	padding: 10px;
	text-align:right;
}
.fields input{
	margin-left: 50px;
}
.fields img {
	padding-bottom: 10px;
}
#security_code{
	margin-top: 10px;
}
/* Control the submit button placement */
.btn{
	padding: 10px;
	text-align:right;
}

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

#confirm{
	font-family:"Comic Sans MS";
	padding: 35px 0px 35px 0px;
	text-align: center;
	font-size: 24px;
}
