.bookitbox, .promobox{    
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    color: #666666;
    margin: 0;
}

/* Hide error divs by default */
#gatewayError, #destCity1Error, #startDateError, #depDate1Error, #hotelList0Error, #roomCountError, #room1PassError, #room1ChildAgeErr, #room2ChildAgeErr {
    display: none;
}

/* Hide detail divs by default */
#l_hotelList, #r2Pax, #r1AgeHelp, #r1Age, #r2AgeHelp, #r2Age {
    display: none;
}

/* Hide age options by default */
#room1ChildAge1, #room1ChildAge2, #room1ChildAge3, #room1ChildAge4, #room1ChildAge5, #room1ChildAge6, #room2ChildAge1, #room2ChildAge2, #room2ChildAge3, #room2ChildAge4, #room2ChildAge5{
	display: none;
}

#searchOptions {     
    width: 100%;
    margin: 5px 0 5px 0;
}

#searchOptionsText {    
    float: left;    
}

#searchOptions ul {    
    float: left;    
    list-style-type: none;
    padding: 0;	
    margin: 0 0 0 10px;
}

#searchOptions ul li {	
    background-image: url(/images/booking/pointer.jpg);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    padding-left: 15px;
}

.widgetHeader {
    background: url(/images/booking/img_widget_top.gif) no-repeat scroll left top;
    overflow: hidden;
    height: 0px !important;
    padding: 49px 0 0 0;
    height /**/:49px; /* IE5.5 Hack */
}

.widgetBody {
    background: url(/images/booking/img_widget_bg.gif) repeat-y scroll left top;
    padding-left: 20px;    
}

.widgetFooter {
    background: url(/images/booking/img_widget_bot.gif) no-repeat scroll left top;
    overflow: hidden;
    height: 38px;
   
}

.widgetHeaderRow {
    height: 75px;
    width: 310px;
    margin-left: 7px;
    font-weight: bold;
    line-height: 1.5em;    
}

.widgetRow {    
    height: 27px;
    width: 310px;
    margin-left: 7px;   
    padding: 0;
}

.widgetRowAllText {    
    padding: 0;    
    height: 14px;    
    margin-top: 6px;    
}

.widgetLabel {
    float: left;    
    padding: 0;
    width: 45px;
    height: 14px;    
    margin-top: 7px;    
}

.widgetField {
    float: left;   
    padding: 0;
    margin-top: 3px;
}

.widgetFieldRadio {
    float: left;    
    padding: 0;    
    height: 18px;    
    margin-top: 4px;
}

.widgetElement{
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    color: #666666;
    vertical-align: middle;
}

.widgetChildAgeElement{
    width: 38px;
    margin-left: 4px;
    margin-top: 4px;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    color: #666666;
    vertical-align: middle;    
}

.widgetMultiSelect {
    width: 250px;    
    margin: 0 0 0 50px;
    padding: 0;   
}

.errorDiv {    
    width: 250px;    
    margin: 0 0 6px 53px;
    padding: 0;
    color: #006699;
}

.errorText { 
    color: #0088c8;
}

.instructionText { 
    font-size: 10px;
}

.linkText {
    text-decoration:none;
    font-size: 10px;
    color: #0088c8
}

.searchText {
    float: left;    
    padding: 0;
    width: 240px;
    height: 28px;    
}

.searchButton {
    float: left;    
    padding: 0;    
    height: 20px;    
    margin-top: 4px;
}