.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked, .radioAreaDefault {
	width:19px;
	height:18px;
	float:left;
	cursor:pointer;
	overflow:hidden;
	margin:1px 0 0 0;
	background:url(../images/radio.gif) no-repeat;
}
.radioAreaChecked {background-position: 0 -18px;}
.radioAreaDefault {background-position: 0 -36px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked, .checkboxAreaDefault {
	float:left;
	width:15px;
	height:14px;
	display:block;
	cursor:pointer;
	overflow:hidden;
	margin:2px 8px 0 0;
	background:url(../images/bg-inp-checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position:0 -14px;}
.checkboxAreaDefault {background-position:0 -28px;}
/* Selects */
.selectArea {
	height:18px;
	margin:0;
	padding:0;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	color:#000;	
	background:#fff;
	float:left;
	width:100%;
}
.selectArea .left {
	width:18px;
	height:16px;
	margin:0;
	padding:0;
	display: block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.selectArea a.selectButton {
	display:block;
	float:none;
	width:18px;
	height:16px;
	position:absolute;
	top:0;
	right:0;
	border: none;
	z-index:4;
	margin:0;
	outline:none;
	border-right:1px solid #036;
	border-top:1px solid #036;
	background:url(../images/bg-inp-select.gif) no-repeat;
}
* html .selectArea a.selectButton{right:-1px;}
.selectArea.default a.selectButton{border-color:#CCCCCC;}
.selectArea.default .center{
	background:#E2E2E2 none repeat scroll 0 0;
	border-color:#CCCCCC;
	color:#CCCCCC !important;
}
.selectArea .center{
	display:block;
	height:16px;
	line-height:16px;
	padding:0;
	padding:0 18px 0 5px;
	overflow: hidden;
	float: none;
	text-align:left;
	border:solid #474545;
	border-width:1px 0 1px 1px;
}
.selectArea .disabled {
	width:100%;
	height:16px;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	padding-top:5px;
	display:block;
	z-index:300;
	margin:0 0 0 -1px;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	overflow:auto;
	background:#fff;
	border:1px solid #036;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	width:100%;
	padding:0 0 5px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
* html .optionsDivVisible ul{ height:1%;}
.optionsDivVisible ul li {
	width: 100%;
	overflow:hidden;
	margin-top:-1px;
	vertical-align:top;
}
.optionsDivVisible a{
	color:#000;
	text-decoration:none;
	display: block;
	padding:0 5px;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
}
.optionsDivVisible a:hover {background:#ccc; color:#fff;}
