.DateInputSearch {
    width: 138px;
}

.SpanLeft {
    width: 107px;
}

.SpanRight {
    width: 143px;
}

.SearchButtonDiv {
    margin-left: 30px;
}

.SearchButton {
    width: 40px;
    background-color: #3081C8;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.CityInput {
    width: 138px;
}

.SpanLeftLabel {
    width: 49px;
}

.BigCombo {
    width: 138px;
    font-size: 12px;
}

.NormalCombo {
    width: 44px;
    font-size: 12px;
}

.SearchLine {
    width: 235px;
}

input.error {
    border: 1px solid #c00;
}

#search_hotel_form input {
    padding: 4px;
}

#search_hotel_form .NormalCombo, #search_hotel_form .BigCombo, #search_hotel_form #Price, #search_hotel_form #Class, #search_hotel_form #XMLClass {
    padding: 4px;
}

#search_hotel_form .SmallCombo {
    padding: 2px;
    width: 37px;
}

.SearchButton {
    background-color: #ee145b;
    color: #FFFFFF;
    height: 26px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: 110px;
    margin-left: 80px;
    border: 0px;
}

.SearchButton:hover {
    background-color: #001952;
    cursor: pointer;
}

.MainSearchDiv {
    line-height: 16px;
    font-size: 12px;
    width: 250px;
}

.MainSearchDiv td {
    height: 30px;
}

.room_header {
    font-size: 10px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    text-decoration: underline;
}

.Adults, .Children {
    float: left;
}

.ChildAge {
    float: none;
    display: inline;
    margin-left: 5px;
}

.Children {
    margin-left: 20px;
}

.ChildrenAges {
    float: left;
    margin-left: 115px;
    margin-top: 8px;
    font-size: 10px;
}

.ChildrenAges select {
    margin-left: 2px;
    margin-bottom: 2px;
}