select.styled { position: relative; width: 128px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }
select.styled_p { position: relative; width: 128px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }
span.select {
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 26px;
    padding: 2px 24px 0 8px;
    color: #333;
    font: 12px/21px arial,sans-serif;
    background: url('/master/imagem/content_menu_select_bg.gif') no-repeat;
    overflow: hidden;
}
span.select_p {
    position: absolute;
    width: 60px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 26px;
    padding: 2px 24px 0 8px;
    color: #333;
    font: 12px/21px arial,sans-serif;
    background: url('/master/imagem/content_menu_select_p_bg.gif') no-repeat;
    overflow: hidden;
}

input.busca {
    width: 129px; 
    padding: 5px 4px 5px 8px;
    color: #333;
    font: 12px/21px arial,sans-serif;
    border: solid 1px #ccc;
    text-align:right;
}