span.checkbox {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(checkbox.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
}
span.radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(radio.gif) no-repeat;
    display: block;
    clear: left;
    float: left;
}
span.select {
    position: absolute;
    width: 75px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
    padding: 0 15px 0 8px;
    color: #e3ddd7;
    font: 12px/21px arial,sans-serif;
    background: url(../img/selectbox.gif) no-repeat;
    overflow: hidden;
    text-align: left; 
}

select.styled {
    position:absolute;
    top:0;
    left:0;
}
.styled_wrapper {
    display:block;
    float:left;
    position:relative;
    width:100px;
    height:30px;
    overflow:visible;
}
.search_our_sites{
    width:130px;
    margin-top: 5px;
    height: 11px;
}
span.select {
    left:0;
}
.styled_1 {
    
}