/************* CUSTOM TAG FOR SELECT *************************/
.setScroll{
	overflow-y:scroll;
}
.hideitem,.elmValue{
	display: none; 
}
.selectbox{
	background: url(../images/step2DropBg.jpg) no-repeat 0 0;
	padding:15px 0 17px 36px;
	float:left;
	margin:0;
	width:184px;
}
.selectbox ul{
	background: none;
	padding:0px;
	margin:0;
	vertical-align:top; /*causes ie to align text correctly*/
	list-style: none;
}
.select_wrap{
	clear:both;
	margin:0 5px 0px 0px;
	border:1px solid #fff;
	height:60px;
	
}

.select_wrapOne{position:relative; z-index:100;}
.select_wrapTwo{position:relative; z-index:90;}
.select_wrapThree{position:relative; z-index:80;}
.select_wrapFour{position:relative; z-index:70;}
.select_wrapFive{position:relative; z-index:60;}
.select_wrapSix{position:relative; z-index:50;}
.select_wrapSeven{position:relative; z-index:40;}
.select_wrapEight{position:relative; z-index:30;}
.selectboxopen{
	clear:both;
	background:url(../images/step2DropBg.jpg) no-repeat 0 0;
	padding:0px;
	float:left;
	margin:0;
}
.selectboxopen ul{
	background:url(../images/step2DropBg.jpg) no-repeat top right;
	width:183px;
	padding:14px 0px 16px 36px;
	height:14px;
	margin:0;
	vertical-align:top; /*causes ie to align text correctly*/
	list-style: none;
}
.selectbox ul li,.selectboxopen ul li{ 
	list-style: none;
	padding:0;
	margin:0;
	font-family: arial,helvetica,san-serif;
	color:#333;
	font-size: 12px;
	cursor: pointer;
	}
.selectboxoptions_wrap{
	display:none;
	clear:both;
	padding:0;
	margin:0;
	width:219px;
}
.selectboxoptions_radio,.selectboxoptions_check{
	clear:both;
	list-style: none;
	padding:8px 0 25px 0;
	margin:0 ;
	background:#f1f1f1 url(../images/selectfoot.jpg) left bottom no-repeat;
	width:216px !important;
	
}
.selectboxoptions_radio li, .selectboxoptions_check li{
	list-style: none;
	height:14px;
	padding:10px 0 10px 30px;
	margin:4px 0 0 4px;
	font-family: arial,helvetica,san-serif;
	color:#333;
	font-size: 12px;
	cursor: pointer;
}
.hover{
	background-color:#e6e9ed; 
}
.selectboxoptions_check li{
	background:url(../images/uncheckbox.gif) 5px 10px no-repeat;
}
.selectboxoptions_radio li{
	background:#e6e9ed url(images/radiooff.png) no-repeat 5px 6px;
}
.selectboxoptions_radio li.selected{
	background:#f2f2f2 url(images/selectradio.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_radio li.selected_disable{
	background:#f2f2f2 url(images/selectradio_disable.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_check li.selected{
	background:url(../images/checkbox.gif) no-repeat 5px 10px;
	display:block !important;
}
.selectboxoptions_check li.selected_disable{
	background:#f2f2f2 url(images/selectcheck_disable.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_radio li.hover,.selectboxoptions_check li.hover{
	background-color:#f2f2f2;
}
.selectboxfoot{
	background:url(../images/selectfoot.jpg) no-repeat 0 0;
	padding:0px;
	float:left;
	width:219px;
	display:none !important;
}
.selectboxfoot div{
	background:url(../images/selectfoot.jpg) no-repeat top right;
	padding:7px 22px 10px 0px;
	margin:0;
	width:219px;
}