@CHARSET "UTF-8";
.search-form {
    /*background: transparent url('/web/i/bg-search.png') repeat-x top left;*/
    height: 35px;
    /*margin-top: -40px;*/
    /*margin-left: 8px;*/
}
.search-form input.searchPattern {
	position: relative;
    width: 50%;
    margin: 5px 0px 0px 0px;
    //margin: 0px 0px 5px 0px;
    height: 20px;
    border-top: 1px solid #d9a468;
    border-left: 1px solid #c5ab8e;
    border-bottom: none;
    border-right: none;
    
    font-family: Tahoma;
    font-size: 15px;
    color: #444;
    
}
.search-form button {
    background: transparent url('/web/i/search-ico.png') no-repeat 8px 0px !important;
    border: none !important;
    width: 85px;
    height: 35px;
    cursor: pointer;
}
