.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 19px;
	float:left;
	color:#1a1a1a;
	font-size:11px;
	line-height:19px;
}
.post-title .selectArea{
	height:21px !important;
	float:right;
	margin:16px -3px 12px 0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:1px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.post-title .selectArea .left{
	background: url(../images/bg-select-left.gif) no-repeat;
	width: 5px;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:17px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.post-title .selectArea a.selectButton {
	background: url(../images/bg-select-right.gif) no-repeat;
	width: 21px;
}
* html .post-title .selectArea a.selectButton {right:-1px;}
.selectArea .center{
	height: 19px;
	line-height:19px;
	display:block;
	padding:0 17px 0 5px;
	background: url(../images/select-center.gif) repeat-x;
}
.post-title .selectArea .center{
	background: url(../images/bg-select.gif) repeat-x;
	padding:0 21px 0 7px;
	height:21px !important;
	line-height:21px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	border: 1px solid #C9C9C9;
	background:#fff;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:1px;
	list-style: none;
}
.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 1px 4px;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}
