.input {height: 28px; color: #6C6C73; font-size: 14px; background-color:#fff; font-family: arial; border: 0px; margin:0px; width:238px; background-image:url('../imagens/fundo_pesq.gif'); }
.binput {
	background-color:#e26519; width:150px; height:14px; color: #ffffff; font-family: Arial; font-size:12px; text-decoration: none; font-weight:bold; padding:8px 15px; text-align:left;
    border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px; cursor:pointer;
    background-image:url('../imagens/setacb.png'); background-repeat:no-repeat; background-position:right center;
}
.menu_select { position:absolute; width:180px; height:92px; background-color:#e26519; display:none;
			   border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; cursor:pointer; z-index:2000;
             }
.opcao_select { width:150px; height:14px; text-align:left; padding:8px 15px; color: #ffffff; font-family: Arial;
				font-size:12px; text-decoration: none; font-weight:normal; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
              }
.opcao_select:hover, .binput:hover { background-color:#c04a02; }
.opcao_sep { background-color:#DBA060; height:1px; width:180px; }
