html, body { border: 0; margin: 0; padding: 0; }

#contact { 
	display: block; 
	width: 650px; 
	margin: 70px auto; 
	padding: 35px;
}

/* Form style */
form {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#959595;
}
label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px;}

input, textarea, select { 
	margin: 0; 
	padding: 5px; 
	background: #FAF3EB; 
	border: 1px solid #8C8C8C; 
	margin: 5px 0;
}

input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; background-color: #FAF3EB; 
}

input.submit { cursor: pointer; border: 1px solid #8C8C8C; background:#FAF3EB;}

input.submit:hover { background:#8C8C8C; }

fieldset { padding:20px;}

span.required{ 
	font-size: 13px; 
	color: #2B82CB; 
} /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #666666 url('assets/error.gif') no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	margin: 10px 0;
}

#success_page h1 { 
	background: url('assets/success.gif') left no-repeat; 
	padding-left:22px; 
}