.outtaHere {
	position:absolute;
	left:-3000px;
}
/* radio buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:15px;
	height:16px;
	background: url(http://www.shredgame.com/assets/img/bg-radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position:0 -16px;}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px;
	height:14px;
	overflow:hidden;
	background:url(http://www.shredgame.com/assets/img/bg-checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position:0 -14px;}
.radioAreaCheckedLabel,
.checkboxAreaCheckedLabel { color: red; }
/* selects */
.selectArea {
	position:relative;
	height:35px;
	color:#000;
	font-size:12px;
	line-height:23px;
	font-weight: bold;
	width: 177px;
	margin: 0 auto;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:100%;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:0;
	width:31px;
	height:100%;
	outline: none;
}
.selectArea .center{
	height:29px;
	line-height:23px;
	display:block;
	padding:6px 31px 0 30px;
	background: url(../img/bg-select.png) repeat-x;
}
.column-1 .selectArea .center{
	height:29px;
	line-height:23px;
	display:block;
	padding:4px 33px 0 30px;
	background: url(../img/bg-select-2.gif) no-repeat;
}
.selectArea .center img { float:left; }
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size:11px;
}
.optionsDivInvisible {display: none;}
.column-1 .optionsDivVisible{margin: -2px 0 0;}
.select-top,
.select-bottom{
	height: 11px;
	background: url(../img/bg-select-top.png) no-repeat;
	width: 193px;
}
.select-bottom{background: url(../img/bg-select-bottom.png) no-repeat;}
.select-center{
	background: url(../img/bg-select-center.png) repeat-y;
	width: 193px;
}
.optionsDivVisible ul {
	margin:0;
	padding:2px 15px;
	overflow:hidden;
	list-style:none;
}
.optionsDivVisible ul li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a {
	color:#999;
	text-decoration:none;
}
.optionsDivVisible a img { float:left; }
.optionsDivVisible a:hover {color:#fff;}