div.selectbox-wrapper {
	font-family: Tahoma;
	position:absolute;
	width:400px;
	background-color:#F6F6F6;
	padding:0px;
	font-size:13px;
	text-align:right;
	max-height:200px;
	overflow:auto;
	border: 1px solid #DFE4EE;
	margin-right: 0 0 20px;
}


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;
}

.selectbox /* look&fell of  select box*/
{
	margin: 2px 0px 0px 5px;
	padding-right:20px;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	width:230px;
	display : block;
	text-align:right;
	background: url(/images/bg_select.png) no-repeat right;
	/*height:18px;*/
	cursor: pointer;
	color:#333;
	height: 20px;
	padding-top: 4px;
	border-top: 0px solid #D1E4F6;
	border-right: 0px solid #D1E4F6;
	border-bottom: 0px solid #D1E4F6;
	border-left: 1px solid #D1E4F6;
}
