/*
//Part of the Contact Form Script by Jason Gillyon
//http://www.jasongillyon.co.uk/
//I accept no responsibility for any damages and/or losses caused by this script under any circumstances.
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	background:#FCFAE6;
	font-family: Trebuchet MS;
	font-size:16px;
	color:#000000;
}

.error {
	background:#FCFAE6;
	border:2px solid #000000;
	color:#000000;
	padding:5px;
	width:500px;
}

.success {
	background:#FCFAE6;
	border:2px solid #000000;
	color:#000000;
	padding:5px;
	width:500px;
}
