/** маленький поиск -> начало */

#rightcolumn .search-form, #column_right .search-form {
    float: left;
    height: 30px;
    margin: 15px 0 15px 8px;
    padding: 0;
    position: relative;
    width: 300px;
}

#rightcolumn .search-form {
	float:none;
}
#rightcolumn .search-form .form-find, #column_right .search-form .form-find {
    background: url(/storage/search/img/bg-search-small.jpg) 0 0 no-repeat;
    border: none;
    color: #817d7d;
    float: left;
    font: 12px Verdana;
    font-weight: normal;
    height: 14px;
    margin: 0;
    padding: 8px;
    position: relative;
    width: 217px;
}
#rightcolumn .search-form .btn-find, #column_right .search-form .btn-find {
    background: url(/storage/search/img/btn-find.jpg) 0 0 no-repeat transparent;
    border: none;
    cursor: pointer;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 47px;
}
/** маленький поиск -> конец */
