h3
{
    margin-bottom: 3px;
    padding-bottom: 0px;
}

.selector_div
{
    float: left;
    width: 466px;
    border: 0px solid #000000;
    
    /*border: 1px solid #aaaaaa;
    
     -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;*/
    
    margin-left: 4px;
}

.helpfaq
{
    float: left;
    width: 420px;
    
    border: 1px solid #ffffff;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    
    height: 24px;
    line-height: 24px;
    
    font-size: 14px;
    cursor: pointer;
    padding-left: 8px;
}
.helpfaq:hover
{
    border: 1px solid #bbbbbb;
    background-color: #eeeeee;
}

.hotel_img
{
    -moz-box-shadow: 2px 1px 2px #aaaaaa;
    -webkit-box-shadow: 2px 1px 2px #aaaaaa;
    box-shadow: 2px 1px 2px #aaaaaa;
    float: left; margin: 6px;
    margin-right: 10px;
}