/* FORMS */

fieldset {
	padding: 0;
	margin: 1em 0;
	border-style: none;
}

legend {
	color: #b5c524;
	font-weight: normal;
	font-size: 1.2em;
	clear: both;
	margin: 0;
	border-style: none;
	position: relative;
	padding-bottom: 0.4em;
}

*html legend {
	left: -7px;
}

.gen-form label{
	line-height: 1.8;
	vertical-align: top;
	float: left;
	width: 200px;
	vertical-align: middle;
}

.gen-form label span{
	font-style: italic;
}

.gen-form td label{
	width: auto;
}

.gen-form input{
	float: left;
	color: #0d1f05;
}

.gen-form input.textbox{
	width: 250px;
}

.gen-form input.textbox.short{
	width: 80px;
}

.gen-form input.textbox.vshort{
	width: 30px;
}

.gen-form select{
	color: #0d1f05;
}

.gen-form textarea{
	color: #0d1f05;
	width: 250px;
	height: 150px;
	float: left;
}

.gen-form .row{
	padding-bottom: 3px;
	clear: both;
}

.gen-form label.error{
	display: inline;
	margin-left: 5px;
	color: #b33830;
	width: auto;
}

.gen-form span.validation{
	display: inline;
	margin-left: 5px;
	color: #b33830;
	width: auto;
}

p.paymentnote {
	padding: 10px 10px 10px 30px;
	border: 1px solid #b5c524;
	margin-top: 1em;
	background: #e9ecbd url(../media/icon_exclamation.png) no-repeat 8px center;
}