/*НАЧАЛО - глобальный поиск*/
div#topservice-search {
    width: 185px;
    background-color: #eeeeee;
    display: inline-block;
}
div#topservice-search form {
    padding:0;
    margin:0;
    display:inline;
}
div#topservice-search input[type=submit] {
    background: url('images/search.png') no-repeat;
    border:none;
    width: 14px;
    height: 14px;
    padding:0;
    margin:6px 0;
    cursor:pointer;
}
div#topservice-search input[type=text] {
    border:none;
    background-color: #eeeeee;
    color: #898989;
    width: 150px;
    padding: 0px 5px;
    font-size:11pt;
    float:left;
    margin-right:1px;
    margin-top: 3px;
}
div#topservice-search label {
    color: #898989;
    position:absolute;
    top:3px;
    right:466px;
    font-size:11pt;
}
/*КОНЕЦ - глобальный поиск*/