form {
	font-family: Verdana, sans-serif;
	font-size:  12px;
	border-bottom: 1px #C7B2A7 solid;
	margin: 10px auto 20px auto;
	padding: 0 0 10px 0;
	width: 85%;
	}
form div.inputgroup, fieldset {
	position: relative;
	left: 0; top: 0;
	margin: 0;
	padding: 5px 0 30px 0;
	border: none;
	}
fieldset.checkboxes {
	padding: 0 0 10px 0;
	}
.checkboxes legend {
	padding: 0;
	margin: 0;
	color: #333333;
	}
legend span { /* workaround of not being able to position legend */
	display: block;
	position: absolute;
	padding: 4px 0 4px 45px;
	margin: 0;
	left: 0;
	top: 0;
	}
span.required {
	background: url(/images/required.gif) 25px center no-repeat;
	}
.checkboxes label {
	padding: 4px 0;
	margin: 0;
	}

.checkboxes .left {
	float: left;
	width: 36%;
	margin-left: 34%;
	}
.checkboxes .right {
	float: right;
	width: 29%;
	}


form h3 {
	color: #814436;
	font-size:  11px;
	text-transform: uppercase;
	border-bottom: 1px #C7B2A7 solid;
	padding: 0 0 3px 0;
	margin: 0;
	}
label {
	display: block;
	position: relative;
	left: 0; top: 0;
	padding: 8px 0 8px 20px;
	margin: 0 45px 0 25px;
	}
label.required {
	background: url(/images/required.gif) left center no-repeat;
	}
label.textarea {
	/*background: url(/images/required.gif) left top no-repeat !important;*/
	}
em {
	font-size: smaller;
	position: relative;
	left: 35%;
	}
form label input.text {
	position: absolute;
	left: 34%;
	top: 4px;
	width: 66%;
	}

form label select {
	position: absolute;
	left: 34%;
	top: 4px;
	width: auto;
	}

textarea {
	display: block;
	width: 100%;
	margin: 10px 0;
	}
textarea.large {
	height: 170px;
	}
input.submit {
	float: right;
	margin: 0 45px 0 0;
	}
div.clear {
	clear: both;
	background: none;
	margin: 0; padding: 0;
	}
.error {
	font-weight: bold;
	color: white;
	width: 85%;
	margin: 0 auto 40px auto;
	}
.error ul {
	color: white;
	padding: 0; margin: 0;
	}
.error li {
	background: url(/images/error_badge.gif) left center no-repeat;
	list-style: none;
	padding: 0 0 0 30px; margin: 7px;
	}