.button{
		background:transparent url(form/btn_bg.jpg) repeat scroll 0 0;
	border:1px solid #83b1f2;
	font-size:12px;
	height:24px;
	line-height:22px;
	>margin-right:4px;
	padding:0 4px 0 4px;
}
.mainCon{
	position: relative;
	display: inline-block;
	z-index: 500;
	float:left;
}
div.selectbox-wrapper ul li {
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	cursor:pointer;
	cursor:hand;
	line-height:20px;
	padding-top:3px;
	_width:100%;
}
.selectbox_disabled{
	border-left: solid 1px #cccccc!important;
	border-top: solid 1px #cccccc!important;
	border-bottom: solid 1px #cccccc!important;
}
.loader{
	position:absolute;
	z-index:500;
	left:0px;
	top:0px;
	padding-left:5px;
	padding-top:3px;
	width:100%;
	height:25px;
	-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);
	background-color:white;
}
.li_left{
	float:left;
	overflow:hidden;
}
.mainCon .inputDisabled{
	background-color:#eeeeee!important;
	background-image:none!important;
	color:#c0bfbf!important;
	cursor: default!important;
}
div.selectbox-wrapper {
	border:#80c0e7 1px solid;  
	position: absolute; 
	background-color:#fff; 
	text-align:left;
	z-index: 100;
	display:block;
	left:0px;
	top:18px;
	>top:25px;
}
div.selectbox-wrapper ul li{
	white-space:nowrap;
}
div.selectbox-wrapper ul li.selected {
	background-color: #d9ebf5;
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #0081dd;
	border:0!important;
}
div.selectbox-wrapper ul li.group{
	font-weight:bold;
	background-image:url(form/selArr.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:15px;
	_width:80%;
}
.selectbox { 
	border:none;  
	cursor: pointer;  
	cursor: hand;
	font-size: 12px;
	HEIGHT: 20px; 
	line-height: 20px;
	overflow-y:hidden;
	border-left: solid 1px #80c0e7;
	border-top: solid 1px #80c0e7;
	border-bottom: solid 1px #80c0e7;
	background-image: url(form/selInputBg.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	padding-left:2px;
}
.tipColor{
	color:gray;
}
.selBtn{
	
	width: 22px;
	height: 24px;
	border: 0;
	border-style:none;
	background-image: url(form/selBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;	
}
.selBtn_disabled{
	background-image: url(form/selBtn_disabled.jpg)!important;
	cursor: default!important;
}