div.selectbox-wrapper {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	font-style:normal;
	position:absolute;
	z-index:5;
	width:202px;
	background-color:white;
	border:1px solid #ccc;
	border-top:none;
	margin:0px;
	margin-top:-10px;
	padding:0px;
	text-align:left;
	max-height:400px;
	overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #ededed;
}
div.selectbox-wrapper ul li.current { 
  background-color: #dbdbdb;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px 6px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&feel of select box*/ {
	margin: 0px 0 10px 0px;
	padding: 10px;
	width : 190px; 
	display : block;
	text-align:left; 
	/*height:18px;*/
	cursor: pointer;
	background:#ededed url(../../images/site_objects/bg_select.gif) right no-repeat;
	border:1px solid #ccc;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
}
select.selectbox {
	width : 203px; 
}
select {
	background:#ededed;
	padding:10px;
	width : 190px; 
}

