.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	background: url(../images/bg-radio.gif) no-repeat;
	overflow: hidden;
	padding:0 2px 0 0;
}
.checkbox-row .radioArea,
.checkbox-row .radioAreaChecked {
	float:left;
	width:32px !important;
	height:29px;
	background: url(../images/checkbox.gif) no-repeat;
	overflow: hidden;
}
.checkbox-row .radioAreaChecked {background-position: 0 -29px;}
.radioAreaChecked {background-position: 0 -12px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	margin:0;
	padding:0;
	float:left;
	width:32px !important;
	height:29px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.popup-form .checkboxArea,
.popup-form .checkboxAreaChecked{
	background: url(../images/checkbox-popup.gif) no-repeat;
	width:29px !important;
	height:28px;
}
.checkboxAreaChecked {background-position: 0 100%;}
/* Selects */
.selectArea {
	position: relative;
	height: 29px;
	color:#6f6f6f;
	font-size:14px;
	line-height:27px;
}
.popup-form .selectArea{height:44px;}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:3px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
}
.popup-form .selectArea .left{
	background:#fff;
	width:0;
}
* html .selectArea a.selectButton{right:-1px;}
* html .popup-form .selectArea a.selectButton{right:0;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:31px;
	height:100%;
}
.green-form .selectArea a.selectButton{background: url(../images/select-button-green.gif) no-repeat;}
.yellow-form .selectArea a.selectButton{background: url(../images/select-button-yellow.gif) no-repeat;}
.pink-form .selectArea a.selectButton{background: url(../images/select-button-pink.gif) no-repeat;}
.popup-form .selectArea a.selectButton{background: url(../images/select-button-popup.gif) no-repeat;}
.popup-form .selectArea .center{
	line-height:38px;
	background:#fff;
	height:41px;
	padding:2px 31px 0 14px;
}
.selectArea .center{
	height: 27px;
	line-height:23px;
	display:block;
	padding:2px 26px 0 14px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	z-index: 30;
	font-size: 11px;
	z-index: 1001;
}
.drop-dif{background:#9CC;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:auto;
	list-style: none;
	max-height:300px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	font-size:14px;
	color:#6f6f6f;
	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;
}
