/* block top search */
#search_block_top {
    float: right;
    position: static;
    padding-right: 20px;
    margin-bottom: 20px;
}

.ie7 #search_block_top  { width: 220px}


#search_block_top p {padding:0; float: right;}
#search_query_top {
    padding:0 5px;
    height: 30px;
    width:200px;
    border:none medium;
    float: left;
    -moz-border-radius:   3px 0 0 3px;
    -webkit-border-radius:  3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

#search_block_top .buttonsearch {
    border:none;
    float: left;
    height: 30px;
    padding: 0 5px 2px;
    font-size: 16px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius:  0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

