.outtaHere {
	position:absolute;
	left:-3000px;
}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width: 14px;
	height: 15px;
	overflow: hidden;
	background:url(/inc-hpoe/i/bg-checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position:0 -15px;}
.radioAreaCheckedLabel,
.checkboxAreaCheckedLabel { color: red; }
/* selects */
.selectArea {
	position:relative;
	height: 36px;
	float:left;
	color:#a4a4a4;
	font: 16px/36px Georgia, "Times New Roman", Times, serif;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width: 5px;
	height: 100%;
	background:url(/inc-hpoe/i/bg-select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:url(/inc-hpoe/i/bg-select-button.gif) no-repeat 100% 0;
}
.selectArea .center{
	height: 36px;
	line-height: 36px;
	display:block;
	padding: 0 36px 0 11px;
	background: url(/inc-hpoe/i/bg-select-center.gif) repeat-x 5px 0;
}
.selectArea .center img { float:left; }
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size: 16px;
}
.optionsDivInvisible {display: none;}
.select-center-right { display: none; }
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	background-color:#f9fbfb;
	border: 1px solid #e7e7e7;
	width:350px
}
.optionsDivVisible ul li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a {
	color:#a4a4a4;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding: 2px 7px;
}
.optionsDivVisible a img { float:left; }
.optionsDivVisible a:hover {
	text-decoration: underline;
}
.slide-list li span#recaptcha_privacy {
	padding: inherit;
	background: none;
}