#discount_form{
	margin: 15px 0;
}
fieldset {
	background-color:#fffbf0;
}

.searchbar {  
    border: 3px solid #c7c7c7; 
	background: #ededed url(bar-bg.png) repeat-x;
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
    font: italic 12px Verdana; color: #898989; 
    outline: none; /*Для Chrome и Safari*/
}

.searchbar.active { 
    background: #ebf3fc url(bar-bg-active.png) repeat-x; 
    border: 3px solid #abd2ff; 
}
	
.searchbtn { 
    width: 67px; height: 70px; float: left; margin: 18px 0 0 -115px; 
    background: url(search.png); text-indent: -9999px; 
    padding: 0 0 0 67px; /*Для IE*/
    cursor: pointer;     
} 
.searchbtn:hover { 
    background-position: 0 -70px; 
}