/* single drop */
.style_drop {position:relative; float:left; margin-right:15px;} /*define aqui a larga do drop.*/
.style_drop .select_content {width:100%; cursor:pointer; position:relative;} /* definir aqui o background.*/
.style_drop .select_content span {display:block; position:relative} /* espacamento do select */
.style_drop .select_content .style_drop_corner {background-position:right top; text-indent:-9999px; position:absolute; z-index:10; top:0; right:0;}
.style_drop .list_drop {display:none; list-style:none; padding:10px 0 0 0; margin:0; float:left; position:absolute; z-index:1; left:0; border-top:0!important;} /* top define a posicao que abre as opções */
.style_drop .list_drop li {width:100%; padding-bottom:10px;} /* define espaçamentos dos itens */
.style_drop .list_drop li {margin-left:4px;}
.style_drop .list_drop li a {display:block; margin-left:4px; text-decoration:none; outline:0;} /* cor do link */
.style_drop .list_drop li a:hover {text-decoration:underline;} 
/* //single drop */

.style_drop .select_content , .style_drop .bg_input{background:url(../img/be/bg_drop.gif); height:18px;}
.select_content {color:#FFF; font-size:11px}
