div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:black;
  border:1px solid #560101;
  margin:0px;
  margin-top:1px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#A4A4A4;
  padding-left:2px;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: black;
}
div.selectbox-wrapper ul li.current { 
  background-color: #560101;
}
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: 0 5px 0 0;
  padding-left:2px;
  padding-top:4px;
  font-family:µ¸¿ò;
  width : 120px; 
  display : block;
  text-align:left; 
  background: url('/images/whiteday/bg_slt.gif') right;
  height:17px;
  cursor: pointer;
  border:1px solid #560101;
  color:#A4A4A4;
}

select {
	background: url('/images/whiteday/bg_slt.gif') right;
}

