/* ESSENTIAL STYLES
==================== */
form.cssform label {
	text-align: right;
	margin-right: 20px;
	float: left;
}
form.cssform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cssform fieldset li {
	list-style: none;
	margin: 0;
	clear: both;
}
form.cssform fieldset fieldset label {
	display: block;
	width: auto;
}
/* SKIN
==================== */
form.cssform * {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
form.cssform fieldset {
	border-top: 2px dotted #e9d399;
	margin-bottom: 1em;
	padding: 1em 0;
}
form.cssform legend {
	padding: 0 10px;
	font-weight: bold;
}
form.cssform label {
	width: 200px;
	text-align: right;
}
form.cssform fieldset li {
	padding: 8px 5px;
}
li.controlset p.legend {
	width: 200px;
	float: left;
	text-align: right;
}
form.cssform div.controls, form.cssform li.buttonrow {
	padding-left: 220px;
}
div.controls label {
	display: block;
	width: auto;
	text-align: left;
	float: none;
	margin-right: 0;
}
form.cssform fieldset fieldset {
	border: none;
	margin: 0;
}
form.cssform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cssform textarea {
	width: 300px;
	display: block;
}
form.cssform fieldset fieldset label {
	margin-left: 220px;
	text-align: left;
	float: none;
}
form.cssform p.note {
	margin: .5em 0 0 220px;
	clear: both;
	font: italic .8em/1 Georgia, "Times New Roman", Times, serif;
}
form.cssform input, form.cssform textarea, form.cssform select, form.cssform button {
	border: 1px solid #e9d399;
	padding: .1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
}

/* ERRORS AND MANDATORY FIELDS
==================== */
form.cssform em {
	font-style: normal;
	color: #f00;
	position: absolute;
	margin-left: .3em;
}
p.legend em {
	position: static;
}
.controlset p.legend em {
	position: absolute;
}
form.cssform label.error {
	display: block;
	clear: both;
	margin: .3em 0 .2em 220px;
	color: #f00;
	width: auto;
	text-align: left;
	font-size: 12px;
}
form.cssform input.error, form.cssform select.error {
	border: 2px solid #f00;
}
form.cssform li.valid {
	background: url('/images/icons/accept.png') right 50% no-repeat;	
}
/* INPUTS
==================== */
form.cssform input.tiny {
	width: 50px;
}
form.cssform input.small {
	width: 100px;
}
form.cssform input.med {
	width: 200px;
}
form.cssform input.big {
	width: 300px;
}
form.cssform button, a.button {
	border: 1px solid #603913;
	background-color: #1086ab;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
form.cssform button:hover, a.button:hover {
	background-color: #b48129;
}