form
{
	margin: 0;
	display: inline;
}

select, input
{
	font: 11px verdana, tahoma, arial;
	color: #000;
}

input.text
{
	border: 1px solid #bebebe;
	background: #fff;
	width: 175px;
}

textarea.text
{
	border: 1px solid #bebebe;
	background: #fff;
	width: 175px;
	height: 100px;
}

input.text-search
{
	border: 1px solid #bebebe;
	background: #fff;
	color: #666;
	width: 99px;
}

input.inline-check, select.inline-select
{
	display: inline;
	vertical-align: middle;
	margin-bottom: 2px;
}

input.submit
{
	border: 1px solid #abadb3;
	background: #e7e5e5;
	color: #666;
	width: 181px;
	cursor: pointer;
}

input.submit-search
{
	width: 60px;
}

select
{
	border: 1px solid #bebebe;
	background: #fff;
	width: 181px;
	margin-top: 5px;
}

/* FORM STYLE */

form.cssform label
{
	float: left;
	width: 120px;
}

form.cssform input, textarea
{
	width: 175px;
	margin-bottom: 2px;
}

form.cssform .checkbox
{
	width: 15px;
}

form.cssform .boxes
{
	width: 1em;
}

input.submitbutton
{
	margin-left: 120px;
	margin-top: 5px;
	width: 182px !important;
}

form.cssform br
{
	clear: left;
}

form.cssform fieldset
{
	border: 1px solid #d9d9d8;
	background: #f9f9f9;
	position: relative;
	display: block;
	padding: 0 10px 15px 10px;
}

form.cssform fieldset legend
{
	font-weight: bold;
	color: #666;
	padding: 2px;
	margin: 0 0 10px 0;
	position: relative;
	top: -12px;
}

span.form-required
{
	color: 	#c0002f;
}