#menu {
    width: 1000px;
    height: 35px;
    margin: 0 auto;
    padding: 0;
    background-image: url("/templates/img/design/menu.png");
    background-repeat: no-repeat;
}
#bottons {
    width: 530px;
    height: 35px;
    float: left;
}
.bottonRostar {
    width: 124px;
    height: 18px;
    float: left;
    margin-left: 6px;
    margin-top: 9px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #e4e4e4;
}
.bottonRostar a {
    text-decoration: none;
    color: #e4e4e4;
}
.bottonRostar a:hover {
    color: #800;
}
#searchRostar {
    width: 400px;
    height: 24px;
    float: right;
    margin-right: 5px;
    margin-top: 6px;
}
#searchWindowRostar {
    width: 300px;
    float: left;
    margin-top: 1px;
}
#searchWR {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #939393;
    font-style: oblique;
}
#searchBR {
    width: 95px;
    height: 23px;
    float: right;
    background-image: url('/templates/img/design/search_bottom.png');
    background-repeat: no-repeat;
    position: relative;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}