.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:26px !important;
	height:26px;
	margin:0 14px 0 0;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -44px;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:25px !important;
	height:22px;
	overflow: hidden;
	margin:3px 7px 0 0;
	display:inline;
	background: url(../images/checkbox.gif) no-repeat;
	position:relative;
}
.checkboxAreaChecked {background-position: 0 -26px;}
/* Selects 
.selectArea {
	position: relative;
	height: 17px;
	float:left;
	color:#000;
	font-size:11px;
	margin:0 0 8px;
	text-transform: uppercase;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5c5b5b;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:6px;
	height:15px;
	background: url(../images/select-left.gif) no-repeat;
	background:#fff;
	border:1px solid #29324c;
	border-right:0;
	display: block;

}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:22px;
	height:100%;
	background:url(../images/btn-select.gif) no-repeat 100% 0 !important;
	outline:none;
}
.selectArea .center{
	height: 15px;
	line-height:15px;
	display:block;
	padding:0 26px 0 6px;
	background: url(../images/select-center.gif) repeat-x;
	background:#fff;
	border:1px solid #29324c;
}

.selectArea .center img {
	float:right;
	margin:6px 0 0;
}
.selectArea span{
	background:url(../images/bg-select.gif) no-repeat 0 -23px;
}
.selectArea:hover span, 
.selectArea.hover span{
	
	zoom:1;
}
.selectArea a.selectButton{
	background:url(../images/1x1.gif);
	zoom:1;
	width:130px;
}
*/

/*Selects drop-down
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	
	border: 1px solid #2e2e2e;
	display: block;
	z-index: 30;
	font-size: 11px;
	width:138px;
	margin:0 !important;

}
.optionsDivVisible ul{
	width:138px;
	overflow:hidden;
	background:#fff;
	border:1px solid #000;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5c5b5b;
	text-transform: uppercase;
}
.select-bottom{
	width:138px;
	background:url(../images/bg-select-drop-btm.png) no-repeat;
	height:6px;
	margin:0 0 0;
}

.drop-dif {
	
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0 2px 0 2px;
	overflow:hidden;
	list-style: none;
	width:138x;
}
.optionsDivVisible ul li {
	float:left;
	width:138px;
	margin:0;
	line-height:12px;
}
.optionsDivVisible a {
	color: ##5c5b5b;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:right;
	margin:2px 0 0;
}
.optionsDivVisible a:hover {
	background-color: #fff9ae !important;
}
*/
