div.selectbox-wrapper {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	margin-top:-10px;
	padding:0px;
	font-size:10px;
	text-align:left;
	height:100px;
	overflow: auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected {
	background-color: #FCF5ED;
	color: #FDA355;
	font-size: 10px;
}
div.selectbox-wrapper ul li.current {
	background-color: #FCF5ED;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {

}
.selectbox /* look&fell of  select box*/
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	width : 150px;
	display : block;
	text-align:left;
	background: url('bg_select.png') right;
	/*height:18px;*/
  cursor: pointer;
	border:1px solid #CCC;
	color:#333;
	height: 20px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.selectboxForm /* look&fell of  select box*/
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	width : 150px;
	/*height:18px;*/
  cursor: pointer;
	border:1px solid #CCC;
	color:#333;
	height: 20px;
	background-image: url(bg_selectForm.png);
	position: relative;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.required {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	width : 150px;
	/*height:18px;*/
  	cursor: pointer;
	border:1px solid #CCC;
	color:#333;
	height: 20px;
	background-image: url(bg_selectForm.png);
	position: relative;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	}



select {
	background: url('bg_select.png') right;
}
