/* FORM
-------------------------------------------- */
form {}
	form ul {
		padding: 0;
		list-style: none;
	}

/* FIELDSET
-------------------------------------------- */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
	fieldset legend {
		display: none;
	}
	fieldset label {
		font-weight: bold;
		font-size: 13px;
		display: block;
		float: left;
		line-height: 21px;
		width: 145px;
		padding: 5px;
	}
	fieldset h3 {
		color: #fff !important;
		background: #666;
		line-height: 28px !important;
		padding: 0 5px !important;
		margin: 14px 0 4px 0 !important;
	}
	fieldset .field {
		display: block;
		clear: both;
		margin: 0 0 4px 0;
		background: #CCC;
	}
		fieldset .field .middleColumn {
			margin-left: 155px;
			background: #E7E7E7;
			padding: 4px 8px;
			border-left: 4px solid #fff;
			min-height: 23px;
		}
			fieldset .field .middleColumn .readonly {
				line-height: 23px;
			}
		fieldset .confirmedpassword {
			background: transparent;
		}
		fieldset .confirmedpassword .middleColumn {
			margin-left: 0;
			padding: 0;
			background: transparent;
			border-left: none;
			min-height: auto;
		}
			fieldset .confirmedpassword .middleColumn .middleColumn {
				margin-left: 155px;
				background: #E7E7E7;
				padding: 4px 8px;
				border-left: 4px solid #fff;
			}
			fieldset .field .validationError .required {
				margin-left: 0;
			}
		fieldset .field label.required {
			clear: both;
			display: block;
			font-style: italic;
			font-weight: normal;
			font-size: 13px;
			float: none;
			line-height: 1.4em;
			width: auto;
			padding: 0;
		}
	fieldset .CompositeField {
		background: transparent;
	}

/* IE 6 FIX */
* html fieldset .middleColumn {
	margin-left: 0 !important;
}
* html fieldset .required {
	margin-left: 0 !important;
}

/* INPUT FIELDS
-------------------------------------------- */
input.text, input.required, textarea, select {
	background: #fff url(../images/input-bg.png) repeat-x scroll left top;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #C3C3C3;
	color: #000;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	padding: 3px 1px;
	font-size: 12px;
	width: 200px;
}
select {
	padding: 2px;
	width: 204px;
}
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

.Actions {
	padding: 4px 8px;
	margin-left: 159px;
}

/* OPTIONS
-------------------------------------------- */
.optionset ul {
	padding: 0;
}

.optionset .middleColumn {
	clear: none;
	margin-left: 100px;
}
.optionset .middleColumn label {
	display: inline;
	float: none;
}

/* CHECKBOX OPTIONS
-------------------------------------------- */
.checkboxset ul {
	padding: 0;
}

.checkboxset .middleColumn {
	clear: none;
	margin-left: 100px;
}
.checkboxset .middleColumn label,
.checkbox label {
	display: inline;
	float: none;
}

/* LOGIN FORM
-------------------------------------------- */

/* SEARCH
-------------------------------------------- */
#SearchForm_SearchForm {
	border: 0;
	margin: 12px 22px 0 0;
	padding: 0;
	float: right;
}
	#SearchForm_SearchForm fieldset .field {
		float: left;
		display: block;
		clear: both;
		margin: 0 4px 0 0;
		height: 22px;
	}
		#SearchForm_SearchForm fieldset .field .middleColumn {
			margin-left: 0;
			padding: 3px 0 0 0;
			width: 156px;
		}
#SearchForm_SearchForm input.text {
	border: 1px solid #000000;
	width: 148px;
}
#SearchForm_SearchForm input.action {
}

/* NEW LISTING
-------------------------------------------- */
#Form_SaleForm #flashUI {
	margin-left: 155px;
	background: #E7E7E7;
	padding: 4px 8px;
	border-left: 4px solid #fff;
	min-height: 42px;
}
#Form_SaleForm #Form_SaleForm_Description {
	width: 325px !important;
}

#ListingAccountForm_MemberForm_HeaderFieldSite-Information {
	margin-top: 0 !important;
}

#MemberLoginForm_LoginForm #Remember {
	padding: 4px 8px;
	margin-left: 159px;
	background: transparent;
}