


.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Radio buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:26px;
	height:26px;
	background: url(../images/bg-check.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {
	background: url(../images/bg-check.png) no-repeat;
}
* html .radioAreaChecked {
	background:url(../images/none.gif);
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-check.png', sizingmethod='crop');
}
/* Checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:26px;
	height:26px;
	background: url(../images/bg-check.gif) no-repeat;
	overflow: hidden;
}
.checkboxAreaChecked {
	background: url(../images/bg-check.png) no-repeat;
}
* html .checkboxAreaChecked {
	background:url(../images/none.gif);
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-check.png', sizingmethod='crop');
}
/* Selects */
.selectArea {
	position: relative;
	height:22px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:22px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:17px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 22px;
	line-height:22px;
	display:block;
	padding:0 17px 0 7px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/* Selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:#fff;
	display: block;
	z-index: 30;
	font-size:11px;
}
.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:1px 5px;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}
