.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	background: url(/images/bg-radiobutton.gif?1301177514) -20px 0 no-repeat;
	overflow: hidden;
	margin:11px 0 0;
}
.radioAreaChecked {background-position: 0 0;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	overflow: hidden;
	background: url(/images/bg-checkbox.gif?1301177514) -50px 0 no-repeat;
	margin:11px 0 0;
}
.checkboxAreaChecked {background-position: 0 0;}

/* Selects */
.selectArea {
	overflow: hidden; /* Don't show overflowing text below the dropdown */
	position: relative;
	height: 34px;
	float:left;
	color:#666;
	font-size:13px;
	line-height:34px;
	margin:0 10px 0 0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:4px;
	height:100%;
	background: url(/images/bg-select.gif?1301177514) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right:0;
	width:100%;
	height:100%;
	background: url(/images/bg-select.gif?1301177514) 100% -72px no-repeat;
}
.selectArea .center{
	height: 34px;
	line-height:34px;
	display:block;
	background: url(/images/bg-select.gif?1301177514) 0 -36px repeat-x;
	padding:0 30px 0 17px;
	margin:0 5px 0 0;
}
.select-row .selectArea {
	position: relative;
	height: 26px;
	float:left;
	color:#666;
	font-size:13px;
	line-height:26px;
	margin:0 5px 0 0;
	display:inline;
}
.select-row .selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:4px;
	height:100%;
	background: url(/images/bg-select2.gif?1301177514) no-repeat;
	display: block;
}
.select-row .selectArea a.selectButton {
	position: absolute;
	top: 0;
	right:0;
	width:100%;
	height:100%;
	background: url(/images/bg-select2.gif?1301177514) 100% -56px no-repeat;
}
.select-row .selectArea .center{
	height: 26px;
	line-height:26px;
	display:block;
	background: url(/images/bg-select2.gif?1301177514) 0 -28px repeat-x;
	padding:0 30px 0 12px;
	margin:0 5px 0 0;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
	margin:5px 0 0;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}
