/*
//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 {
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#333;
}

.handsome {
     border: 1px solid #cfdc8c;
	 font-size: 0.9em;
	 }
	 
label {
    color: #777;	
	font-size: 0.9em;
	}
	 

.error {
	background:#eee;
	border:1px solid #f30;
	color:#f30;
	padding:5px;
	width:480px;
}

.success {
	background:#eee;
	border:1px solid #390;
	color:#390;
	padding:5px;
	width:250px;
}
