@charset "UTF-8";
/* CSS Document */

label {
	padding-right: 5px;
}
textarea {
	width: 220px;
	height: 75px;
}
.textbox {
	width: 400px;
}
.submit {
	float: right;
}
#error {
	color: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #252525;
	height: 100px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.errorheading {
	font-size: 18px;
	font-weight: bold;
	color: #c4762c;
}
.textbox3 {
	width: 170px;
}
.info {
	font-size: 14px;
	text-align: left;
	line-height: 25px;
}
#human {
	position: absolute;
	left: -3000px;
	top: -3000px;
}

