.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:23px !important;
	height:23px;
	background: url(../images/radio4.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -23px;}
.radio-button .radioArea, .radio-button .radioAreaChecked{
	width: 29px !important;
	height: 36px;
	background: url(../images/radio6.gif) no-repeat;
}
.radio-button2 .radioArea, .radio-button2 .radioAreaChecked{
	width: 29px !important;
	height: 36px;
	background: url(../images/radio5.gif) no-repeat;
}
.radio-button .radioAreaChecked {background-position: 0 -36px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:15px !important;
	height:15px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin-top: 1px;
}
.checkboxAreaChecked {background-position: 0 -15px;}

/* Selects */
.selectArea {
	position: relative;
	height: 20px;
	float:left;
	color:#666;
	font-size:13px;
	line-height:20px;
	margin-right: 12px;
}
.form-section .field .selectArea{
	margin-right: 3px;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:24px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 0 -2px;
}
.selectArea .center{
	height: 20px;
	line-height:20px;
	display:block;
	padding:0 26px 0 7px;
	background: #ccc;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 100;
	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: #ccc;
	color: #FFF;
	text-decoration: none;
}