<html>
@<body style="position: absolute;">
@Html.TextBoxFor(Function(m) m.First_1, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 200.00px; top: 100.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Last_1, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 495.00px; top: 100.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Email_1, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 200.00px; top: 130.00px; font-size: large;"})
<div style = "position: absolute; width: 500.00px; height: 20.00px; left: 200.00px; top: 537.00px; font-size: large;">@Html.ValidationMessageFor(Function(model) model.Email_1)</div>
@Html.TextBoxFor(Function(m) m.Hcap_1, New With {.style = "position: absolute; width: 40px; height: 20.00px; left: 200.00px; top: 160.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Addr_1, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 200.00px; top: 190.0px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.City_1, New With{.style = "position: absolute; width: 250.00px; height: 20.00px; left: 495.00px; top: 190.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.State_1, New With {.style = "position: absolute; width: 40px; height: 20.00px; left: 790.00px; top: 190.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Zip_1, New With {.style = "position: absolute; width: 75px; height: 20.00px; left: 875.00px; top: 190.13px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Phone_1, New With {.style = "position: absolute; width: 175.00px; height: 20.00px; left: 200.00px; top: 220.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.First_2, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 200.00px; top: 300.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Last_2, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 495.00px; top: 300.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Email_2, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 200.00px; top: 330.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Hcap_2, New With {.style = "position: absolute; width: 40px; height: 20.00px; left: 200.00px; top: 360.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Addr_2, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 200.00px; top: 390.0px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.City_2, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 495.00px; top: 390.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.State_2, New With {.style = "position: absolute; width: 40px; height: 20.00px; left: 790.00px; top: 390.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Zip_2, New With {.style = "position: absolute; width: 75px; height: 20.00px; left: 875.00px; top: 390.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.Phone_2, New With {.style = "position: absolute; width: 175.00px; height: 20.00px; left: 200.00px; top: 420.00px; font-size: large;"})
@Html.TextBoxFor(Function(m) m.spec_req, New With {.style = "position: absolute; width: 250.00px; height: 20.00px; left: 200.00px; top: 495.00px; font-size: large; maxlength: 60;"})
@Html.DropDownListFor(Function(model) model.Tee_Time,
New SelectList(New List(Of Object) From
{
New With {.value = "Anytime", .text = "Anytime"},
New With {.value = "Friday 8:00AM - Saturday 1:00PM", .text = "Friday 8:00AM - Saturday 1:00PM"}
}, "value", "text", Model.Tee_Time),
New With {.style = "position: absolute; width: 255.00px; height: 27px; left: 495px; top: 495.0px;"})
<!-- New With {.value = "Friday 1:00PM - Saturday 8:00AM", .text = "Friday 1:00PM - Saturday 8:00AM"} -->
<p style="color: yellow; font-size:x-large; position: absolute; left: 100.00px; top: 75.00px;">Player 1</p>
<p style="color: white; font-size: large; position: absolute; left: 100.00px; top: 115.00px;">E-Mail</p>
<p style="color: white; font-size: large; position: absolute; left: 100.00px; top: 145.00px;">Handicap</p>
<p style="color: white; font-size: large; position: absolute; left: 100.00px; top: 175.00px;">Address</p>
<p style="color: white; font-size: large; position: absolute; left: 495.00px; top: 150.00px;">City</p>
<p style="color: white; font-size: large; position: absolute; left: 790.00px; top: 150.00px;">State</p>
<p style="color: white; font-size: large; position: absolute; left: 875.00px; top: 150.00px;">Zipcode</p>
<p style="color: white; font-size: large; position: absolute; left: 200.00px; top: 57.50px;">First Name</p>
<p style="color: white; font-size: large; position: absolute; left: 495.00px; top: 57.50px;">Last Name</p>
<p style="color: white; font-size: large; position: absolute; left: 100px; top: 205.0px;">Phone</p>
<p style="color: yellow; font-size:x-large; position: absolute; left: 100.00px; top: 275.00px;">Player 2</p>
<p style="color: white; font-size: large; position: absolute; left: 100.00px; top: 315.00px;">E-Mail</p>
<p style="color: white; font-size: large; position: absolute; left: 100.00px; top: 345.00px;">Handicap</p>
<p style="color: white; font-size: large; position: absolute; left: 100.00px; top: 375.00px;">Address</p>
<p style="color: white; font-size: large; position: absolute; left: 495.00px; top: 350.00px;">City</p>
<p style="color: white; font-size: large; position: absolute; left: 790.00px; top: 350.00px;">State</p>
<p style="color: white; font-size: large; position: absolute; left: 875.00px; top: 350.00px;">Zipcode</p>
<p style="color: white; font-size: large; position: absolute; left: 200.00px; top: 257.50px;">First Name</p>
<p style="color: white; font-size: large; position: absolute; left: 495.00px; top: 257.50px;">Last Name</p>
<p style="color: white; font-size: large; position: absolute; left: 100px; top: 405.0px;">Phone</p>
<p style="color: red; font-size: x-large; position: absolute; left: 465.00px; top: 75.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 465.00px; top: 105.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 256.00px; top: 135.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 465.00px; top: 165.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 766.00px; top: 165.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 845.00px; top: 165.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 962.00px; top: 165.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 390.00px; top: 197.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 465.00px; top: 275.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 765.00px; top: 275.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 465.00px; top: 310.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 256.00px; top: 340.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 465.00px; top: 370.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 766.00px; top: 370.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 845.00px; top: 370.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 962.00px; top: 370.00px;">*</p>
<p style="color: red; font-size: x-large; position: absolute; left: 390.00px; top: 400.00px;">*</p>
<p style="color: red; font-size: large; position: absolute; left: 780.0px; top: 77.50px;">indicates field must be entered</p>
<p style="color: red; font-size: x-large; position: absolute; left: 765px; top: 75.00px;">*</p>
<p style="color: white; font-size: large; position: absolute; left: 200.00px; top: 455.00px;">Special Request</p>
<p style="color: white; font-size: large; position: absolute; left: 100.00px; top: 481.00px;">Group</p>
<p style="color: white; font-size: large; position: absolute; left: 495.00px; top: 455.00px;">Tee Time Request</p>
<p style="color: yellow; font-size: x-large; position: absolute; left: 499.00px; top: 2.50px;">Register Pay Online </p>
<p style="color: yellow; font-size: large; position: absolute; left: 790.00px; top: 460.00px;">Pay by Credit Card/Paypal $900 + $35(non-refundable fee) = $935</p>
<p style="color: yellow; font-size: large; position: absolute; left: 790.00px; top: 480.00px;">Pay by Check $900 no processing fees added.</p>
<button class="className" type="submit" style="font-size: large ;position: absolute; width: 175px; height: 30px; left: 875.00px; top: 527.00px; color: black;">NEXT</button>
</body>
</html>