div.selectbox-wrapper {
	position:absolute;
	width:208px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	margin-top:-10px;
	padding:0px;
	/*font-size:0.8em;*/
	text-align:left;
	height:200px;
	overflow: auto;
	z-index: 800;
}
div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.selectbox-wrapper ul li.selected { 
	background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
	background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
label{
	display: block;
}
.selectbox{ /* look&fell of  select box*/
	margin: 0px 5px 10px -1px;
	padding: 7px 0 0 0;
	text-indent: 12px;
	display : block;
	text-align:left;
	background: url('../img/select-sprite.png') 0 -29px no-repeat;
	width: 208px;
	height: 22px;
	cursor: pointer;
	border:1px solid #e4eff9;
	color:#FFFFFF;
	font-weight: bold;
}
.open{
	background: url('../img/select-sprite.png') 0 -58px no-repeat;
}
/*select{
	background: url('../img/select-sprite.png') 0 -58px no-repeat;
}*/


div.selectbox-wrapper2 {
	position:absolute;
	width:217px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	margin-top:-10px;
	padding:0px;
	text-align:left;
	height:100px;
	overflow: auto;
}
div.selectbox-wrapper2 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.selectbox-wrapper2 ul li.selected { 
	background-color: #EAF2FB;
}
div.selectbox-wrapper2 ul li.current { 
	background-color: #CDD8E4;
}
div.selectbox-wrapper2 ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
label{
	display: block;
}
.selectbox2{
	margin: 0px 5px 10px -1px;
	padding: 7px 0 0 0;
	text-indent: 25px;
	display : block;
	text-align:left;
	background: url('../img/form-select-large.png') 0 -29px no-repeat;
	width: 217px;
	height: 22px;
	cursor: pointer;
	border: none;
	color:#FFFFFF;
}
