﻿
.Site_Search_box {
 background-image: url('../Images/search_Bg.gif'); /*Here we load the background image */
 background-color:#7e2136;
 height: 16px; /*we specify the the object dimensions like the image dimensions*/
 width: 165px;
 margin: 0px;
 padding: 5px 9px 0px 10px; /*without padding, the text will start from upper-left corner*/
 margin-bottom:20px;
 border: 0px none; /*we do not need any border*/
 font-family: Tahoma;
 font-size:10px;
 color:Gray;
 vertical-align:top;
}

.Site_Search_button
{
    padding-bottom:4px !important;
    padding-top:0px !important;
}

#banner {
    height: 132px;
    width: 100%;
    position: relative;
}

#banner #search {
    bottom:80px;
    height: 35px;
    overflow:hidden;
    padding: 0px;
    position: absolute;
    width: 200;
    z-index:2;
    left: 300px;
}

