form {
	overflow-x:hidden;
	overflow-y:auto;
}

form fieldset {
	clear:both;
	margin:4px 0;
	overflow:visible;
	position:relative;
}
form fieldset label {
	display:block;
}


form fieldset.checkbox input {
	clear:both;
	float:left;
	margin-right:10px;
}
form fieldset.checkbox label {
	clear:none;
	display:block;
	width:200px;
	float:left;
}






form span.required {
	background-image:url( /media/images/wrapper/required.gif );
	background-position:center 2px;
	background-repeat:no-repeat;
	display:inline-block;
	height:12px;
	text-indent:-9000px;
	width:10px;
}
.label_inline label {
	bottom:0;
	left:0;
	position:absolute;
}
.label_inline label span {
	display:block;
	height:20px;
	width:10px;
}
.label_inline select,
.label_inline textarea,
.label_inline input {
	margin-left:15px;
}




form textarea.textarea,
form select.select,
form input.text {
	background-color:#8f8f8f;
	border-width:0;
	color:#ffffff;
	padding:3px;
}
form textarea.textarea,
form input.text {
	width:179px;
	width:169px;
}
form select.select {
	width:185px;
	width:175px;
}