|
|
|
|
@ -133,42 +133,50 @@
|
|
|
|
|
<p style=" text-align: left; font-weight: 400; padding-bottom: 0;">
|
|
|
|
|
* What's your hotel choice?
|
|
|
|
|
</p>
|
|
|
|
|
<p style="
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
color: #666;
|
|
|
|
|
margin-bottom: -10px;
|
|
|
|
|
">Price shown is an estimate per room, per night.</p>
|
|
|
|
|
<div id="hotel_error_msg" style="display: none">
|
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Please select your hotel style.</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<input type="radio" value="Luxury & Beyond US$400+" id="Luxury" name="hotel">
|
|
|
|
|
<input type="radio" value="Luxury & Beyond US$400+/night" id="Luxury" name="hotel">
|
|
|
|
|
<label for="Luxury" class="hotel_pick">
|
|
|
|
|
Luxury & Beyond
|
|
|
|
|
<em>US$400+</em>
|
|
|
|
|
<em>US$400+/night</em>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<input type="radio" value="Deluxe Hotels US$200+" id="Deluxe" name="hotel">
|
|
|
|
|
<input type="radio" value="Deluxe Hotels US$200+/night" id="Deluxe" name="hotel">
|
|
|
|
|
<label for="Deluxe" class="hotel_pick">
|
|
|
|
|
Deluxe Hotels
|
|
|
|
|
<em>US$200+</em>
|
|
|
|
|
<em>US$200+/night</em>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<input type="radio" value="Boutique Stays US$100-300" id="Boutique" name="hotel">
|
|
|
|
|
<input type="radio" value="Boutique Stays US$100-300/night" id="Boutique" name="hotel">
|
|
|
|
|
<label for="Boutique" class="hotel_pick">
|
|
|
|
|
Boutique Stays
|
|
|
|
|
<em>US$100-300</em>
|
|
|
|
|
<em>US$100-300/night</em>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<input type="radio" value="Handpicked Comfort US$100-200" id="Handpicked" name="hotel">
|
|
|
|
|
<input type="radio" value="Handpicked Comfort US$100-200/night" id="Handpicked" name="hotel">
|
|
|
|
|
<label for="Handpicked" class="hotel_pick">
|
|
|
|
|
Handpicked Comfort
|
|
|
|
|
<em>US$100-200</em>
|
|
|
|
|
<em>US$100-200/night</em>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<input type="radio" value="Simple & Well-Located <US$100" id="Simple" name="hotel">
|
|
|
|
|
<input type="radio" value="Simple & Well-Located <US$100/night" id="Simple" name="hotel">
|
|
|
|
|
<label for="Simple" class="hotel_pick">
|
|
|
|
|
Simple & Well-Located
|
|
|
|
|
<em><US$100</em>
|
|
|
|
|
<em><US$100/night</em>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
|