.first_column {
    width: 138px;
}

.NationalityCombo {
    /*font-size:12px;*/
    width: 150px;
    padding: 4px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}

.MainSearchDiv {
    line-height: 30px;
    font-size: 12px;
    width: 250px;
}

.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
{
    font-size:12px;
}*/

.SearchLine {
    width: 235px;
}

label.error {
    font: normal 10px arial;
    padding: 3px;
    margin: 3px;
    color: #000000;
    background-color: #ffc;
    border: 1px solid #c00;
    vertical-align: middle;
}

input.error {
    border: 1px solid #c00;
}