|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
<div class="optionLable" id="ticket_type_premium_hotel">
|
|
|
|
|
<input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium_hotel" name="ticket_type">
|
|
|
|
|
<label for="Premium_hotel" style="font-size:18px;">
|
|
|
|
|
Premium (+Transfer+Dinner)+ Novotel Hotel
|
|
|
|
|
Premium <span style="font-size:17px;">(+Transfer+Dinner)</span>+ Novotel Hotel
|
|
|
|
|
<div class="selectionMemo">
|
|
|
|
|
US$ 199 per ticket<br>
|
|
|
|
|
US$ 100 per room per night
|
|
|
|
@ -69,13 +69,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div id="hotel_choice" style="display: none">
|
|
|
|
|
<div class="peopleSelect" style="width: auto;">
|
|
|
|
|
<span class="formMemo">Select the Number of Hotel Room(s)</span>
|
|
|
|
|
<p style="font-size: 22px;"><strong>Select the Number of Hotel Room(s)</strong></p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-">
|
|
|
|
|
<input class="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms">
|
|
|
|
|
<input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+">
|
|
|
|
|
</div>
|
|
|
|
|
<span class="formMemo">Select the Length of Stay (Night)</span>
|
|
|
|
|
<p style="font-size: 22px;"><strong>Select the Length of Stay (Night)</strong></p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-">
|
|
|
|
|
<input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay">
|
|
|
|
|