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 .sonomakey {
	position: relative;
	color: white;
	margin: 30px auto 5px auto;
	}
form .sonomakey label {
	font-size: 1px;
	line-height: 0;
	margin-bottom: 10px;
}
form div.inputgroup {
	margin: 0;
	padding: 0;
	padding: 5px 0 30px 0;
	}

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;
	}
img.swkeyicon {
	position: absolute;
	top: -23px; left: 6px;
	}
.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;
	}