@charset "UTF-8";
/* CSS Document */
div#contact {
	margin:20px 0 0 20px;
	color:#FFF;
}

#contact h1 { font-size:20px; margin-bottom:5px; }

input, textarea {
	border:2px solid #000;
	background-color:#999;
	margin-top:2px;
	padding:1px;
}
#contact textarea { overflow:auto; }

input#submit { border:0; background-color:transparent; }

div.errors {
	width:300px;
	border:1px solid yellow;
	margin:10px 0 10px 0;
	padding:5px;
	background-color:#000;
}

ul.errorlist {
	list-style:none;
}

ul.errorlist li {
	font-size:12px;
	color:yellow;
}