div.selectbox, div.selectbox1, div.selectbox2, div.selectbox3, div.selectbox4 {	font-family:Verdana, Geneva, sans-serif; font-size:10px;    position:absolute;    width:auto !important;    background-color:#533E73;    border:none;    margin:0px;    margin-top:0px;    padding:0px;    font-size:0.8em;    text-align:left;    height:auto;   /**height:200px;*/ /*IE6 fix */   overflow-y: auto; overflow-x:hidden;   color:#FFF; z-index:99999;}

div.selectbox ul, div.selectbox1 ul, div.selectbox2 ul, div.selectbox3 ul, div.selectbox4 ul {  list-style-type:none;  margin:0px;  padding:0px; cursor:pointer; font-size:10px;}
div.selectbox ul li, div.selectbox1 ul li, div.selectbox2 ul li, div.selectbox3 ul li, div.selectbox4 ul li {  /* Não colocar código aqui*/ }
div.selectbox ul li.selected, div.selectbox1 ul li.selected, div.selectbox2 ul li.selected, div.selectbox3 ul li.selected, div.selectbox4 ul li.selected   {   background-color: #9571cc; }
div.selectbox ul li.current, div.selectbox1 ul li.current, div.selectbox2 ul li.current, div.selectbox3 ul li.current, div.selectbox4 ul li.current {   background-color: #9571cc; }

label {    display: block;}
input.selectbox /* look&fell of  select box*/{	font-family:Verdana, Geneva, sans-serif; font-size:10px;  margin: 0px 5px 0px 0px;  padding-left:2px;  width : 50px;   display : block;  text-align:left;   background: url('../design/form/form-background.png') 0 -199px no-repeat;  /*height:18px;*/  cursor: pointer;  border:none;  color:#fff;  padding:5px; padding-bottom:5px;}

input.selectbox1 /* look&fell of  select box*/{  font-family:Verdana, Geneva, sans-serif; font-size:10px;  margin: 0px 5px 0px 0px;  padding-left:2px;  width : 340px !important;   display : block;  text-align:left;   background: url('../design/form/form-background.png') 0 -227px no-repeat;  /*height:18px;*/  cursor: pointer;  border:none;  color:#fff;  padding:5px; padding-bottom:5px;}

input.selectbox2 /* look&fell of  select box*/{  font-family:Verdana, Geneva, sans-serif; font-size:10px;  margin: 0px 5px 0px 0px;  padding-left:2px;  width : 190px !important;   display : block;  text-align:left;   background: url('../design/form/form-background.png') 0 -250px no-repeat;  /*height:18px;*/  cursor: pointer;  border:none;  color:#fff;  padding:5px; padding-bottom:5px;}

input.selectbox3 /* look&fell of  select box*/{  font-family:Verdana, Geneva, sans-serif; font-size:10px;  margin: 0px 5px 0px 0px;  padding-left:2px;  width : 100px !important;   display : block;  text-align:left;   background: url('../design/form/form-background.png') 0 -425px no-repeat;  /*height:18px;*/  cursor: pointer;  border:none;  color:#fff;  padding:5px; padding-bottom:5px;}

input.selectbox4 /* look&fell of  select box*/{  font-family:Verdana, Geneva, sans-serif; font-size:10px;  margin: 0px 5px 0px 0px;  padding-left:2px;  width : 340px !important;   display : block;  text-align:left;   background: url('../design/form/form-background.png') 0 -377px no-repeat;  /*height:18px;*/  cursor: pointer;  border:none;  color:#fff;  padding:5px; padding-bottom:5px;}

div.selectbox ul li { min-width:20px; line-height:22px;}
div.selectbox1 ul li { min-width:330px; line-height:22px;}
div.selectbox2 ul li { min-width:160px; line-height:22px;}
div.selectbox3 ul li { min-width:100px; line-height:22px;}
div.selectbox4 ul li { min-width:350px; line-height:22px;}

input.selectbox:hover /* look&fell of  select box*/{background: url('../design/form/form-background.png') 0 -302px no-repeat;}
input.selectbox1:hover /* look&fell of  select box*/{background: url('../design/form/form-background.png') 0 -330px no-repeat;}
input.selectbox2:hover /* look&fell of  select box*/{background: url('../design/form/form-background.png') 0 -353px no-repeat;}
input.selectbox3:hover /* look&fell of  select box*/{background: url('../design/form/form-background.png') 0 -449px no-repeat;}
input.selectbox4:hover /* look&fell of  select box*/{background: url('../design/form/form-background.png') 0 -401px no-repeat;}