#userform {
	background: url('/images/bg_contact.jpg') no-repeat center top;
	display: block;
	height: 500px;
	padding: 50px 20px;
}

#userform ul {
	padding: 0;
	margin: 0;
}

#userform li {
	margin: 0 0 5px;
	list-style: none;
}

.formbox {
	width: 410px;
	padding: 2px;
	border-top: 1px solid #e9eab1;
	border-left: 1px solid #f0f1c6;
	border-bottom: 1px solid #f0f1c6;
	border-right: 1px solid #f0f1c6;
	background: #f6f7d8 url('/images/bg_input.png') repeat-x top;
	margin: 0;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#userform li label {
	display: block;
	float: left;
	width: 120px;
}

textarea.formbox {
	height: 150px;
	background-image: url('/images/bg_textarea.png');
}

li.req {
	background: url('/images/bg_required.gif') no-repeat 550px top;
}

#error {
	padding-left: 20px;
	margin-bottom: 20px;
}

#error li {
	list-style: square;
	margin-bottom: 10px;
}
