﻿.Site_Search_box_head 
{
 height:21px;
}

.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-bottom: 18px;
 padding: 2px 9px 3px 10px; /*without padding, the text will start from upper-left corner*/
 border: 0px none; /*we do not need any border*/
 font-family: Tahoma;
 font-size:10px;
 color:Gray;
}

.Site_Search_button
{
    padding-bottom:3px !important;
    padding-top: 0px !important;
}


#banner {
    height: 132px;
    width: 100%;
    position: relative;
}

#banner #search {
    bottom:80px;
    height: 22px;
    overflow:hidden;
    padding: 0px;
    position: absolute;
    width: 200;
    z-index:2;
    left: 300px;
}
