﻿    .searchBoxContainer
    {
        background: url("images/searchBox.png");
        background-repeat: no-repeat;
        border: 1px solid #9ac1c9;
        width: 222px;
        height: 36px;
    }
    
    input.txtSearch {
        background-color:white;
        border: 0px solid #cc0;
        
        color:#8a8a8a;
        
        position:relative;
        width:148px;
        padding: 0 5px;
        margin-left: 12px;
        margin-top: 10px;
        margin-bottom: 12px;
        
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 11px;
        
    }
    
    .searchBtn
    {
        background: url("images/searchBtn.gif") no-repeat scroll left top transparent;
        border: 0 none;
        width: 24px;
        height: 24px;
        margin: 7px 12px 0 auto;
        padding: 0px;
        cursor: pointer;
    }
