.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	margin:0 5px 0 0;
	width:13px;
	height:13px;
	background:url(http://contentcache.awarenessnetworks.com/site/Fairmont/images/bg-radio.gif) no-repeat;
	overflow:hidden;
}
.radioAreaChecked {background-position: 0 -13px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	margin:0 5px 0 0;
	width:13px;
	height:12px;
	overflow: hidden;
	background: url(http://contentcache.awarenessnetworks.com/site/Fairmont/images/bg-checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -12px;}
/* Selects */
.selectArea {
	position: relative;
	color:#ababab;
	font-size:11px;
	background:#fff;
	line-height:22px;
	border:1px solid #b6b6b6;
}
.popup .selectArea {
	background:#fff url(http://contentcache.awarenessnetworks.com/site/Fairmont/images/bg-select.gif) no-repeat;
	margin-bottom:15px;
}
.selectArea .left {
	width:0;
	display:none;
	overflow:hidden;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:25px;
	height:100%;
	background: url(http://contentcache.awarenessnetworks.com/site/Fairmont/images/bg-select-btn.gif) no-repeat;
	text-indent:-6666px;
	overflow:hidden;
	outline:none;
}
.selectArea .center{
	line-height:22px;
	display:block;
	padding:0 0 0 10px
}
.popup .selectArea .center {
	padding:0 0 0 44px;
	background: url(http://contentcache.awarenessnetworks.com/site/Fairmont/images/select-center.gif) repeat-x;
}
/*Selects drop-down*/
.selectOptions {
	position: absolute;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 1000;
	font-size: 11px;
	margin:-1px 0 0;
}
.selectOptions ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.selectOptions ul li { list-style:none;}
.selectOptions a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	height:auto;
	padding: 2px 4px;
}
.optionsDivInvisible {display: none;}