﻿/* 
    search button 
*/
a.button-search {    
    background: url('graphics/search-button/right-green.gif') no-repeat top right;
    display:block;
    float:left;
    height:40px;   
    padding-right:4px; 
    margin-top: 7px;
    font-size:12px;
    font-weight:normal; 
    text-decoration: none; 
    color: #fff;
}
a.button-search span {
    background: url('graphics/search-button/left-green.gif') no-repeat top left; 
    display:block;
    line-height:28px;
    padding:7px 20px 6px 20px;
} 
a.button-search:hover {      
    background: url('graphics/search-button/right-green-hover.gif') no-repeat top right;
    text-decoration: none; 
}
a.button-search:hover span {
    background: url('graphics/search-button/left-green-hover.gif') no-repeat top left; 
}
