/*
//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:rgb(239,239,239);
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

.error {
	background:#eee;
	border:1px solid #f30;
	color:#f30;
	padding:5px;
	width:540px;
}

.success {
	background:#eee;
	border:1px solid #390;
	color:#390;
	padding:5px;
	width:540px;
}
textarea{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
height: 150px;
width: 500px;
}
input.aaa{ 
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
height: 18px;
width: 300px;
}

label{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold
}
