.RightPlace {
    display: none;
}

.Center .Menu {
    height: 40px;
}

.Page.PageSmall input[type="text"].SearchText {
    width: 135px;
}

.Page.PageSmall .SeSa {
    font-size: 10px;
    padding: 0 10px;
    margin: 4px 10px;
}

.Page input[type="text"].SearchText {
//    width: 250px;
    width: 135px;
}

input[type="text"].SearchText {
    height: 24px;
    padding-right: 0px;
    padding-left: 0px;
    border: none;
}

.Page.PageSmall .ForSelectSearch {
    width: 120px;
}

.ButtonsPlace .SearchBar button {
    padding-left: 20px;
    padding-right: 5px;
}

.Page.PageSmall .ForTextSearch {
    width: 165px;
}

.Page .ForTextSearch {
//    width: 275px;
    width: 165px;
    background-color: #FFF;
    margin: 3px 0 0 0;
    float: left;
}

.ForTextSearch {
    margin: 0;
    position: relative;
    display: inline-block;
    border: 1px solid #B3B3B3;
}

.ForTextSearch .SeLu {
    background-color: #FFF;
    background-image: url(/img/SeLu.png);
    background-repeat: no-repeat;
    border: none;
    background-position: 3px 6px;
    width: 24px;
    height: 30px;
    padding: 0;
    margin: 0;
    float: right;
}

.ForSelectSearch button div {
    font-size: 12px;
    height: 27px;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    white-space: normal;
}
