.outtaHere {
	position:absolute !important;
	left:-3000px !important;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:19px;
	height:19px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -19px;}
.popup1 .row-popup .radioArea, .popup1 .row-popup .radioAreaChecked {
	float:left;
	width:25px;
	height:25px;
	background: url(../images/radio-sex.gif) no-repeat;
	overflow: hidden;
}
.popup1 .row-popup .radioAreaChecked {background-position: 0 -25px;}
#content .transparent-holder .row .col2 .radioArea,
#content .transparent-holder .row .col2 .radioAreaChecked {
	float:left;
	width:17px;
	height:18px;
	background: url(../images/radio-gender.gif) no-repeat 0 0;
	overflow: hidden;
}
#content .transparent-holder .row .col2 .radioAreaChecked {background-position: 0 -18px;}
.optionsDivInvisible {display: none !important;}
* html .optionsDivVisible ul{ height:1%;}


/* Selects */
.select-like1
{
	height: 20px;
	margin: 0;
	position: relative;
	
	color: #F9F9F9;
	border: none;
	padding: 0;
	float: left;
	/*font-family: Verdana, sans-serif;*/
	font-size: 17px;
	line-height: 20px;

	/*background: none;*/
	/*background-color: transparent;*/
	/*background-image: url("../images/popup-select_bg.png");*/
	/*background-repeat: no-repeat;*/
	/*background-position: left top;*/
	/*background-attachment: scroll;*/
	
	background-color: #666;
	/*background-color: transparent;*/
	-moz-border-radius: 5px !important;
	border: 2px solid #999;
	border-right-color: #777;
	border-bottom-color: #777;
	
}

.select-like1 .left {
	width:10px;
	height:18px;
	margin:0;
	padding:0;
	display: block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:none;
}
.select-like1 a.selectButton {
	display: block;
	float: none;
	width:100%;
	height:18px;
	background:url(../images/none.gif);
	position: absolute;
	top:0;
	right:0;
	border: none;
	z-index:100;
	margin:0;
	outline:none;
}
.select-like1 .center{
	display: block;
	height: 18px;
	line-height:18px;
	padding:0;
	margin:0;
	overflow: hidden;
	float: none;
	background:none;
	text-align:center;
}
.select-like1 .disabled {
	width:100%;
	height:18px;
	background:url(../images/bg-select1-disabled.gif) no-repeat;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.select-drop1
{
	position: absolute;
	padding: 0;
	display: block;
	z-index: 2000;
	margin: 0;
	color: #333;
	overflow: auto;
	height: 300px;
	/*font-family: Verdana, sans-serif;*/
	font-size: 11px;
}
.select-drop1 ul {
	padding:10px 0;
	margin:0;
	list-style:none;
	background:url(../images/select-bg.png);
}
.select-drop1 ul li
{
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
	vertical-align: top;
	position: relative;
	text-align: center;
	/*font-family: Arial, Verdana, sans-serif;*/
	font-size: 17px;
	/*line-height: 18px;*/
	font-weight: bold;
}
.select-drop1 a{
	color: #000;
	text-decoration:none;
	display: block;
}
.select-drop1 a:hover{
	text-decoration:none;
}

/* Selects */
.select-like2
{
	height: 17px;
	margin: 0;
	position: relative;
	color: #000;
	border: none;
	padding: 0;
	background: none;
	float: left;
	
	/*font-family: Verdana, sans-serif;*/
	font-size: 12px;
	/*line-height: 14px;*/
}
.select-like2 .left {
	width:4px !important;
	height:17px;
	margin:0;
	padding:0 !important;
	display: block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/select-l.gif) no-repeat 0 0;
}
.select-like2 a.selectButton {
	display: block;
	float: none;
	width:11px;
	height:17px;
	background:url(../images/select-button.gif);
	position: absolute;
	top:0;
	right:0;
	border: none;
	z-index:100;
	margin:0;
	outline:none;
}
.select-like2 .center{
	display: block;
	height: 17px;
	line-height:14px;
	padding:0;
	margin:0;
	overflow: hidden;
	float: none;
	background:url(../images/select-video.gif) repeat-x 0 0;
	text-align:center;
	padding:0 9px 0 0;
}
.select-like2 .disabled {
	width:100%;
	height:18px;
	background:url(../images/bg-select1-disabled.gif) no-repeat;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.select-drop2
{
	position: absolute;
	padding: 0;
	display: block;
	z-index: 2000;
	margin: 0;
	color: #333;
	overflow: auto;
	height: 300px;
	
	/*font-family: Verdana, sans-serif;*/
	font-size: 11px;
}
.select-drop2 ul {
	padding:10px 0;
	margin:0;
	list-style:none;
	background: #FFF;
	border:1px solid #333;
}
.select-drop2 ul li
{
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
	vertical-align: top;
	text-align: center;
	position: relative;
	
	/*font-family: Arial, Verdana, sans-serif;*/
	font-size: 12px;
	/*line-height: 14px;*/
}
.select-drop2 a{
	color: #000;
	text-decoration:none;
	display: block;
}
.select-drop2 a:hover{text-decoration:none;}