h2,
#tabs > ul li {
	color: #85c14f;
	font-family: 'Bell Gothic Std',Arial,sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	margin: 0;
}
#tabs > ul {
	height: 20px;
	margin-bottom: 0;
}
#tabs > ul li {
	display: block;
	font-size: 18px;
	height: 20px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 5px 20px 12px;
}
#tabs > ul li.ui-tabs-selected {
	background: #49362e;
	background: rgba(255, 255, 255, .05);
}
#tabs > div {
	background: #49362e;
	background: rgba(255, 255, 255, .05);
	clear: both;
	padding: 10px 20px;
}
p.submit {
	margin: 10px 0 20px;
}
form {
	clear: both;
	margin-top: 25px;
}
label {
	color: #fff;
	font-family: 'Bell Gothic Std',Arial,sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	margin: 0 6px 0 0;
}
textarea {
	margin-top: 5px;
	width: 385px;
	z-index: 1;
}
form div.left {
	clear: both;
	float: left;
	margin: 5px 0 10px 0;
	width: 400px;
}
form div.right {
	float: right;
	margin: 5px 90px 10px 0;
	width: 400px;
}
form div.extra_question {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	width: 910px;
}
input.button {
	clear: both;
}
label#name {
	clear: both;
}
fieldset li { list-style: none; margin: 0 0 15px; }
fieldset li label { display: block; }
fieldset li textarea { height: 100px; width: 500px; }
fieldset .checkbox { margin-top: 5px; }
fieldset .checkbox label { display: inline; }
fieldset .checkbox li { margin-bottom: 0; }
