@charset "utf-8";
/* Contact Form CSS Document */

#formhandler_contact_form label {
	display: block;
	float: left;
	width: 150px;
	clear: both;
	padding-top: 4px;
}

#formhandler_contact_form input {
	margin-bottom: 8px;
	width: 300px;
}

#formhandler_contact_form textarea {
	clear: both;
	margin-bottom: 8px;
	width: 300px;
}

#formhandler_contact_form input#submit {
	width: auto;
	padding: 10px;
}

#formhandler_contact_form .error_list {
	padding: 10px 0;
	text-align: center;
}

#formhandler_contact_form .error_list li {
	list-style-type: none;
	color: red;
	padding-bottom: 4px;
}

#formhandler_contact_form #freecap label {
	float: none;
	width: auto;
}

#formhandler_contact_form #freecap .clear {
	clear: both;
	height: 10px;
}

#formhandler_contact_form #freecap input {
	width: 265px;
}

#formhandler_contact_form #freecap label b {
	color: red;
}
