body
{
 background:black url('../../common/images/bkg-stadium.jpg') no-repeat top center;
 text-align:center;
 color:white;
 font-family:Arial, Tahoma, Verdana, san-serif;
 font-weight:bold;
 font-size:14px;
 height:1200px;
}
img, div 
{ 
  behavior: url(../../common/scripts/iepngfix.htc) 
}
a
{
 color:white;
 text-decoration:none;
 cursor:pointer;
}
a:hover
{
 color:white;
 text-decoration:underline;

}
p
{
 width:400px;
 text-align:center;
  font-weight:normal;
 font-size:11px;
 margin-top:50px;
}
div#wrapper
{
 width:974px;
 margin:0px auto;
 position:relative;
}
div#links
{
 width:800px;
 margin:0 60px;
}
div#formContainer
{
 width:800px;
 height:220px;
 margin:0 250px;
 text-align:left;
}
.formRow
{
    width:800px;
    clear:both;
    margin:10px;
    height:35px;
}
.formLabel
{
 width:100px;
 float:left;
}
.formInput
{      
  width:600px;
  float:left;

}
input.inputBox
{
 width:255px;
 height:25px;
 font-family:Arial, Tahoma, Verdana, san-serif;
 font-weight:bold;
 font-size:18px;

}
.error
{
 color:red;
 padding-left:10px;

}
div#vidContainer
{
 margin:0 auto;
 width: 520px;
 height: 296px;
 background:black url('../../common/images/ctv-vid-img_03.jpg') no-repeat;


 padding:4px 0px 0px 0px;
}
div#flashVid
{
 position:relative;
 top:10px;
}
div#sideBySide
{
  position:absolute;
  left:375px;
  top:870px;
}
div#afLogo
{
  position:absolute;
  left:930px;
  top:900px

}
div#popup
{
    display:none;
    width:650px;
    height:250px;
    position:absolute;
    top:250px;
    left:160px;
    border:2px solid white;
    background-color:black;
    z-index:2;
}

