@CHARSET "ISO-8859-1";
/*These are the styles for the form on /contact/index.php */
input, select, textarea{
	display:block;
	border:1px solid #C5C5C5;
	padding:2px;
	margin:3px 0 3px 0;
	width:90%;
	color:#858585
	}
select{
	width:93%;
	}
.button{
	width:auto;
	border:none;
	}
.checkbox{
	display:inline;
	width:auto;
	margin-right:5px;
	border:none;
	}
.error{
	display:none;
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
textarea{
	width:45%;
	}
p{
	margin:0;
	}