#myselectbox_container {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  top:148px;
  left:531px;
  z-index:9999
}
#myselectbox_uf_container {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  top:210px;
  left:468px;
  z-index:9998
}
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 {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
#box_form_cadastro .selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  display : block;
  text-align:left; 
    /*height:18px;*/
  cursor: pointer;
  color:#333;
  height:27px;
  text-indent:10px;
}
#box_form_cadastro #myselectbox_input /* look&fell of  select box*/
{
  width : 180px; 
  background: url(../images/background/bg_select.gif) right no-repeat;
  /*height:18px;*/
  position:absolute;
  top:111px;
  left:530px;
  line-height:25px;
 }
#box_form_cadastro #myselectbox_uf_input /* look&fell of  select box*/
{
  width:67px; 
  background: url(../images/background/bg_select_uf.gif) right no-repeat;
  /*height:18px;*/
  position:absolute;
  top:172px;
  left:466px;
  line-height:25px;
}
 

#box_form_cadastro #myselectbox_input select {
	background:url(../images/background/bg_select.gif) right;
}
#box_form_cadastro #myselectbox_uf_input select {
	background:url(../images/background/bg_select_uf.gif) right;
}

