/* CONTACT STYLES */

#Form_Form {
	text-align: right;
	width: 438px;
	margin: 50px 0 0 0;
}
#Form_Form label {
	float: left;
	width: 160px;
}
#Form_Form input, #Form_Form select {
	width: 268px;
	height: 17px;
	background: #eeeeee;
	border: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 0 17px 0;
	outline: none;
	color: #666;
}
#Form_Form select {
	height: 20px;
}
#Form_Form input:focus, #Form_Form select:focus {
	background: #fff;
}
#Form_Form input.small {
	width: 134px;
	margin-right: 134px;
}
#Form_Form textarea {
	float: right;
	width: 269px;
	height: 168px;
	background: #eeeeee;
	border: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 0 17px 4px;
	outline: none;
}
#Form_Form textarea:focus {
	background: #fff;
}
#Form_Form .Actions {
	width: 185px;
	float: right;
}
#Form_Form #Form_Form_action_process, #Form_Form #Form_Form_action_clearForm {
	float: left;
	background: url(../images/contact_button.png) no-repeat left top;
	width: 76px;
	height: 21px;
	color: #fff;
	border: 0;
	text-align: center;
	margin: 0 15px 0 0;
	padding: 0;
	cursor: pointer;
}
#Form_Form #Form_Form_action_process:active, #Form_Form #Form_Form_action_clearForm:active {
	background: url(../images/contact_button.png) no-repeat left top;
}

#homeSearch {
	position: absolute;
	top: 184px;
	right: 146px;
}
#search {
	position: absolute;
	top: 126px;
	right: 146px;
}

#Search, #middleColumn {
	display: block;
}


#SearchForm_SearchForm_Search {
	float: left;
	margin: 3px 0 0 0;
	width: 100px;
	line-height: 18px;
	border: 0;
	outline: none;
	font: normal normal 11px Verdana, Geneva, sans-serif;
	color: #666666;
}

#SearchForm_SearchForm_action_results {
	float: left;
	margin: 2px 0 0 15px;
	width: 19px;
	height: 18px;
	display: block;
	background: none;
	border: 0;
	font-size: 0;
	cursor: pointer;
}

#logoutForm {
	background: url(../images/logout_bg.png) no-repeat left top;
	margin: 10px 0 12px 0;
	width: 220px;
	height: 64px;
	padding: 18px 0 0 62px;
	float: left;
}
#CustomLogin_LoginForm {
	background: url(../images/login_bg.png) no-repeat left top;
	margin: 10px 0 12px 0;
	width: 220px;
	height: 64px;
	padding: 18px 0 0 62px;
	float: left;
}
#CustomLogin_LoginForm fieldset {
	width: 152px;
}
#CustomLogin_LoginForm_Email, #CustomLogin_LoginForm_Password {
	width: 152px;
	height: 15px;
	border: 0;
	outline: none;
	font: normal normal 11px Verdana, Geneva, sans-serif;
	color: #666666;
	float: left;
	margin: 0 0 14px 0;
}
#CustomLogin_LoginForm .Actions {
	width: 19px;
	height: 18px;
	position: absolute;
	margin: -28px 0 0 165px;
}
#CustomLogin_LoginForm_action_dologin {
	float: left;
	width: 19px;
	height: 18px;
	display: block;
	background: none;
	border: 0;
	font-size: 0;
	cursor: pointer;
}

#CustomLogin_LoginForm label, #CustomLogin_LoginForm_Remember, #ForgotPassword, #CustomLogin_LoginForm_error {
	display: none;
}

fieldset {
	border: 0;
}