|
|
@ -66,7 +66,7 @@
|
|
|
|
below.
|
|
|
|
below.
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<div class="optionLable">
|
|
|
|
<div class="optionLable">
|
|
|
|
<input type="radio" value="Luxury" id="fiveStar" name="hotel" value="Luxury (5 stars & up)">
|
|
|
|
<input type="radio" value="Luxury" id="fiveStar" name="hotel" name="hotel" />
|
|
|
|
<label for="fiveStar">
|
|
|
|
<label for="fiveStar">
|
|
|
|
<div class="selectionText">
|
|
|
|
<div class="selectionText">
|
|
|
|
Luxury (5 stars & up)
|
|
|
|
Luxury (5 stars & up)
|
|
|
@ -77,7 +77,7 @@
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="optionLable">
|
|
|
|
<div class="optionLable">
|
|
|
|
<input type="radio" value="Handpicked Comfort 4-5star" id="fourStar" name="hotel" value="Standard (3 stars)">
|
|
|
|
<input type="radio" value="Handpicked Comfort 4-5star" id="fourStar" name="hotel" name="hotel" />
|
|
|
|
<label for="fourStar">
|
|
|
|
<label for="fourStar">
|
|
|
|
<div class="selectionText">
|
|
|
|
<div class="selectionText">
|
|
|
|
Handpicked Comfort (4-5 stars)
|
|
|
|
Handpicked Comfort (4-5 stars)
|
|
|
@ -88,7 +88,7 @@
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="optionLable">
|
|
|
|
<div class="optionLable">
|
|
|
|
<input type="radio" value="Standard 3 star" id="threeStar" name="hotel" value="Luxury (5 stars & up)">
|
|
|
|
<input type="radio" value="Standard 3 star" id="threeStar" name="hotel" name="hotel" />
|
|
|
|
<label for="threeStar">
|
|
|
|
<label for="threeStar">
|
|
|
|
<div class="selectionText">
|
|
|
|
<div class="selectionText">
|
|
|
|
Standard (3 stars)
|
|
|
|
Standard (3 stars)
|
|
|
|