#rotator_overlap_img {
    background:url("images/rotator_overlap_img.png");
    background-position:0 0;
    background-color:transparent;
    background-repeat:no-repeat;
    width:1210px;
    height:220px;
    position:absolute;
    left:0;
    bottom:0;
    z-index:3;
}

.search input[type="submit"] {
    background-image:url("images/search_go.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color:#fcf0b5;
    width: 30px;
    height: 19px;
    top:-2px;
    padding:2px;
    border:none;
    -webkit-box-align: center;
    text-align: center;
    cursor: default;
}

 .bqstart,
 .bqend {
     height:30px;
     padding:25px 0;
 }
 
 .bqstart {
     margin-top:-25px;
 }
 
 .bqend  {
     margin-bottom:-25px;
 }