﻿#simple-search {
    background:none;    
    -moz-border-radius:none;
    position:absolute;
    right:20px;
    top:10px;
}* html #masthead #simple-search { height:1px; } #masthead #simple-search:after { display:block; content:"."; visibility:hidden; clear:both; height:0; }

    #simple-search .text {
        float:left;
        height:20px;
        border:1px solid #333;
        font-size:11px;
        width:170px;
        font-style:italic;
        padding-left:5px;
        line-height:20px;
        color:#4B3E29;
        
        /*-moz-box-shadow: 0px 1px 0px #9181a1;
        -webkit-box-shadow: 0px 1px 0px #9181a1;
        box-shadow: 0px 1px 0px #9181a1;*/

        
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    
    #simple-search .watermark {
        color:#aaa;
    }
    
    #simple-search .submit {
        display:block;
        padding:5px 5px 0;
        overflow: hidden;
        background:#000 url(search-icon.gif) no-repeat;
        background-position:6px 4px;
        height:16px;
        width:16px;
        border:none;
        text-indent:-9000px;
        float:left;
        cursor:pointer;
        margin:1px 0 0 5px;
        text-transform: uppercase;
        -moz-box-shadow: 0px 1px 0px #4f3b64;
        -webkit-box-shadow: 0px 1px 0px #4f3b64;
        box-shadow: 0px 1px 0px #4f3b64;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        
    } #simple-search .submit:hover {background: #e6ebf1 url(search-icon.gif) 6px -23px no-repeat}
