.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:14px !important;
	height:15px;
	background: url(../images/checkbox.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -15px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:15px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -15px;}

/* Selects */
.selectArea {
	position: relative;
	height: 22px;
	float:left;
	color:#585858;
	font-size:12px;
	line-height:22px;
	margin-bottom: 8px;
}
.payment-form .selectArea{
	margin-bottom: 0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:8px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.payment-form .selectArea .left{
	background: url(../images/select-left2.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.payment-form .selectArea a.selectButton{
	background: url(../images/select-button2.gif) no-repeat;
}
* html .selectArea a.selectButton{
	right: -1px;
}
.selectArea .center{
	height: 20px;
	line-height:20px;
	display:block;
	padding:0 22px 2px 11px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#fff;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#585858;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #c4c4c4;
	color: #000;
	text-decoration: none;
}