rendered paste body<%@ Page Title="" Language="VB" MasterPageFile="~/Site.master"
AutoEventWireup="false" CodeFile="Picks.aspx.vb" Inherits="Game_Picks" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat
="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat
="Server">
<style>
h1 {text-align:center;}
form {margin:50px auto; width:900px;position:relative;}
#teamA {position:relative;left:54px;top:96px;width:50px;right: -54px;}
#teamB {position:relative;right:-728px;top:96px;width:50px;}
#gameField {background:green; height:150px;width:600px;margin:auto;
position:relative;}
#gameField input {position:absolute;top:70px;}
#teamA1 {left:30px;top:65px;}
#teamA2 {left:150px;top:70px;}
#draw {left:300px;top:70px;}
#teamB2 {right:150px;top:70px;}
#teamB1 {right:30px;top:70px;}
</style>
<body>
<form action="">
<input name="teamA" id="teamA" type ="text"/>
<input name="teamB" id="teamB" type ="text"/>
<div id="gameField">
<input type="radio" name="teamA1" id="teamA1"/>
<input type="radio" name="teamA2" id="teamA2"/>
<input type="radio" name="teamA2" id="draw"/>
<input type="radio" name="teamB1" id="teamB2"/>
<input type="radio" name="teamB2" id="teamB1"/>
</div>
</form>
</body>
</asp:Content>