.dropdown-select, .icon-201, .icon-233, #check-in, #check-out {
    cursor: pointer;
}

.dropdown-select + ul {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 9px;
    margin: 0;
    position: absolute;
    right: 9px;
    z-index: 999;
}

.dropdown-select + ul > li { padding: 0.5em 1em; border-top: 1px solid #f3f3f3; }
.room-select-div ul li:hover{ background: #ddd; cursor: pointer;}
.adult-select-div ul li:hover{ background: #ddd; cursor: pointer; }
.kids-select-div ul li:hover{ background: #ddd; cursor: pointer; }
.step-title{ cursor: pointer; }
#rqform .grey{ background: none repeat scroll 0 0 #ddd !important; }
#rqform .grey:hover{ background: none repeat scroll 0 0 #E48D40 !important; }
