
/* Hotelbeds quickbooker */

#bookertitle {text-transform: uppercase; padding: 0 0 0 5px;}

#hbqb {position:relative; float: right; width: 160px; height:192px; text-align: left; margin:10px 15px 10px 0;}

#hbqb label {
    font-size: 10px;
    text-transform: uppercase;
}

#fielddates input {height: 1.7em; background: #F0ECCB; margin: 0 2px 0 0;}

#fieldfrom {float:left; margin: 0 0 5px;}
#fieldto {float:left;}

#fieldoccup {clear:both; text-align: left;}
#fieldoccup select {height: 1.6em; background: #F0ECCB;}

#fieldadults {float:left; margin: 5px 10px 0 0;}
#fieldchildren {float: left; margin: 5px 0 0;}

#fieldages {clear:both; float: left; margin: 5px 0 0;}
.childage {width: 26px; margin: 0 3px 0 0;}

#fieldsubmit {position: absolute; bottom: 0; right: 0;}
