div.selectbox-wrapper {
    position:absolute;
    width:400px;
    background-color:white;
    border:1px solid #ccc;
    margin:0px;
    margin-top:-1px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    height:200px;
   *height:200px; /*IE6 fix */
   overflow: auto;
	z-index:1000;
}
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;
}

					.jobbsok {

						width: 195px;
						height: 28px;
						margin-left: 17px;
						margin-top: 6px;
						padding: 2px 0px;
						background: #fff;
						border: 0;
						font-family:Arial Reg, Arial, sans-serif;
						font-size:11px;
						text-transform:uppercase;
						color:7FA3C7;
						vertical-align: middle;

					}


.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 0px 0px;

  padding-left:8px;

  padding-top:6px;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  width : 195px;
  height:28px;
  display : block;
  text-align:left; 
  background: url('image/dropdown.png') right no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:0;
  color:#333;
}
html>body .selectbox {padding-top: 0px;} 