@charset "utf-8";
/** Forms (version 5.8.10) **/

input, textarea, label, select, option { font:12px/20px Arial, Helvetica, sans-serif; }

label.text, label.textarea {
	width:300px; padding-right:4px;
	display:inline-block; text-align:right;
}

label.hilite { color:white; }

label.textarea { 
	float:left;
	margin-right:4px;
}

.overlabel label {
	color:white;
	width:auto;
}

.overlabel .button, .overlabel input[type=submit] { margin-left:0px; }

label.overlabel {
	position:absolute;
	top:1px;
	left:3px;
	z-index:1;
}

input[type=text], input[type=password], input.text, select, textarea, input[type=submit], .button, fieldset, .form_help {
	width:200px;
	border:none;
	border-top:1px solid #4A5042;
	border-bottom:1px solid #4A5042;
	padding:3px;
	color:white;
	background:url(/images/brn_screen.png) repeat;
	margin:0px 4px 4px 0px;
}

/*
.noscript label {
	width:316px;
	float:none;
}

.noscript label input, .noscript label textarea { float:right; }
*/
option {
	background:#2B312D;
}

fieldset legend {
	background:#2B312D;
	padding:1px 4px;
	margin-left:-4px;
}

input.checkbox, input.radio, label.checkbox, label.radio { margin:0px 4px 8px 0px; }

span.input_wrapper {
	position:relative;
	display:inline-block;
	margin-right:-5px; /* Hack prevents whitespace */
}

.button, input[type=submit] {
	padding:2px 0px;
	width:206px;
	cursor:pointer;
	letter-spacing:1px;
	margin-left:308px;
}

.button:hover, .button.hover, input[type=submit]:hover, option:hover {
	background-color:#DA5C2C;
}

.form_help {
	background:white; color:black;
	height:auto;
}

span.required {	color:#DA5C2C; }

input.red_alert, textarea.red_alert {
	color:white!important;
	border-color:#DA5C2C!important;
}

label.red_alert { color:#DA5C2C!important; }

