#HotelServicePanel {
    font-size: 11px;
    zheight: 700px;
    height: 900px;
    overflow: hidden;
    zbackground: #c9cad7;
    color: #333;
    padding: 15px;
    padding-top:0px;
}

#dot, #dot2, #dot3 {
    margin-top: 15px;
    margin-bottom: 10px;
    height: 1px;
    background: #ddd;
    width: 280px;
}

#dot2 {
    margin-top: 10px;
}


#ddlHotelsNew,
#ddlDateFrom,
#ddlDateTo,
#ddlRoomType,
#tbPesonFirstName,
#tbPersonLastName,
#tbPersonPhone,
#tbPersonEmail,
#tbPersonAddress,
#tbPersonCity,
#ddlPersonCountry,
#ddlPersonState,
#btnContinueHideGuestForm,
#tbRoomPerson2,
#tbRoomPerson3,
#tbRoomPerson4,
tbRoomPersonLastName2,
#tbZip {
    font-size: 11px;
    color: #333;
}

    #tbPesonFirstName,
    #tbPersonLastName,
    #tbPersonPhone,
    #tbPersonCity,
    #tbPersonEmail,
    #tbRoomPerson2,
    #tbRoomPerson3,
    #tbRoomPerson4,
    #tbZip {
        width: 128px;
    }

#tbPersonAddress {
    width: 275px;
}

#ddlPersonCountry {
    width: 130px;
}

#stateDropDown {
    font-weight: bold;
    display: none;
    float: left;
    width: 56px;
    overflow: hidden;
}

#HotelServicePanel p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
    font-weight: bold;
}
#tbRoomPersonLastName2 {
    width: 130px;
    margin-left: 5px;
    background-color: #fde4e4;
    font-size: 11px;
    color: #333;
    
}
#tbRoomPerson2 {
    background-color: #fde4e4!important;
}
.txtBox1, .txtBox6, .txtBox3, .ddlBox1 {
    width: 138px;
    overflow: hidden;
    float: left;
    zbackground: #ccc;
    height: 40px;
    font-weight: bold;
}

.txtBox2 {
    width: 280px;
}

.txtBox3 {
    float: right;
    width: 136px;
}

.ddlBox1 {
    width: 220px;
}

#pnlRoomNote {
    clear: both;
    font-size: 10px;
    color: #666;
}

#serviceSumHotels {
    float: right;
    width: 160px;
    height: 40px;
    font-weight: bold;
    margin-top: -33px;
    color: #3A6A9B;
    text-align: right;
}

#hotelamount {
    border: 1px solid #ccc;
    width: 70px;
    height: 16px;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    color: #333;
}


#tbGroupCompany,
#tbGroupFirstName,
#tbGroupLastName,
#tbGroupEmail,
#tbGroupPhone,
#tbGroupAddress,
#tbGroupCity,
#tbGroupZip{
    font-size: 11px;
    color: #333;
}

#tbGroupCompany,
#tbGroupFirstName,
#tbGroupLastName,
#tbGroupEmail,
#tbGroupPhone,
#tbGroupCity,
#tbGroupZip,
#tbGroupAddress {
    width: 128px;
    outline:none;
}
#tbGroupZip {

    width:42px;
}

    #tbGroupCompany {
        width: 271px;
    }

#ddlGroupCountry {
    width: 156px;
   
}

#groupStateDropDown {
    font-weight: bold;
    zdisplay: none;
    float: right;
    width: 48px;
    overflow: hidden;
    padding-top:2px;
    color:#aaa;
}
#ddlGroupState {
    display:none;
    border:1px solid #aaa;
}
.ddlBox2 {
    width: 138px;
    float: left;
    margin-top: 4px;
}

.txtBox6 {
    margin-top:3px;
}

