.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	background: url(../images/radio.png) no-repeat;
	overflow: hidden;
	margin: 2px 5px 0 1px;
}
.radioAreaChecked {background-position: 0 -20px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 22px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:22px;
}
.form-columns .row .selectArea {
	float:right;
	margin:0 1px 0 0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	background: url(../images/bg-select-l.png) no-repeat;
	width: 4px;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
	background: url(../images/select-button.png) no-repeat 100% 0;
	width: 24px;
}
.selectArea .center{
	height: 22px;
	display:block;
	margin:0 24px 0 4px;
	background: url(../images/select-center.png) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.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;
}