/* @override 
	http://crebconservancy.hzdesign.com/theme/sections/contactus/section.css
*/

#content {
	background-image: url(header.jpg);
}

#sidebar {
	background-image: url(sidebar.jpg);
}

#thumb_1 {
	background-image: url(small_1.jpg);
}

#thumb_2 {
	background-image: url(small_2.jpg);
}

#thumb_3 {
	background-image: url(small_3.jpg);
}

form {
	width: 400px;
	float: left;
}

form div {
	padding: 0.25em 0;
}

label {
	display: block;
	font-size: 0.9em;
}

textarea {
	width: 90%;
	height: 6em;
}

input[type="checkbox"] {
	float: left;
	margin-right: 1em;
}

fieldset {
	border-style: none;
}

fieldset label {
	text-align: right;
	width: 10em;
	float: left;
	padding-right: 1em;
	clear: left;
}

fieldset label:after {
	content: ":";
}

fieldset input[type="text"] {
	width: 20em;
}