﻿html
{
    height: 101%;
}

sup
{
    font-size: .65em;
}

#contest-description-wrapper
{
    background: url(../Images/ContestRideOn/bg.jpg) no-repeat bottom;
}

#contest-description
{
    padding: 30px;
    padding-top: 25px;
    font-size: 1em;
    font-family: verdana;
    padding-bottom: 350px;
    
}

.column-left
{
    width: 354px;
    float: left;
    text-align: center;
}

.column-right
{
    width: 324px;
    margin-left: 30px;
    float: right;
    padding-top: 10px;
}

h1
{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

h2
{
  margin: 0;
  padding: 0;
    
}

h3
{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 12px;
    color: #ee2e24;
    font-size: 1.3em;
}

#contest-description table
{
    
    margin: 0 auto;
}

#contest-description table td
{
    color: #ee2e24;
    font-weight: bold;
    font-size: 1.3em;
}


.column-right p
{
  text-align: justify;
  font-size: 1.15em;
  font-family: verdana;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  
}

.column-left p
{
  font-size: 1.4em;
  font-family: verdana;
  line-height: 1.35em;
  margin: 0;
  padding: 0;
  padding-top: 15px; 
}


p.no-padding
{
    padding-top: 5px;
}


.column-left p#sub
{
    padding-top: 5px;
    font-size: 1.1em;
}

p#submit
{
    padding-top: 10px;
    font-size: 2.5em;
}

.column-left p a, p#submit a
{
    color: #ee2e24;
    text-decoration: underline;
    font-weight: bold;
}

.column-left p a:hover, p#submit a:hover
{
    color: #990000;
}

p#agreement-download
{
    padding: 0;
    margin: 0;
    padding-top: 2px;
}

p#agreement-download span, p#sub span
{
    text-decoration: underline;
}

p#agreement-check
{
    padding: 0;
    margin: 0;    
    padding-top: 5px;
}

p#agreement-download a, p#sub a
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

p#agreement-download a:hover, p#sub a:hover
{
    color: #500000;
}

a
{
    outline: none;
}

/*Contest Form*/

#contest-form-wrapper
{
    text-align: center;
    width: 775px;
     background: url(../Images/ContestRideOn/bg.jpg) no-repeat bottom;
  
}

#contest-form
{
    width: 718px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 70px;
}

#contest-hdr
{
    position: relative;
    z-index: 1;
}

#contest-submit-wrapper
{
    width: 580px;
    text-align: center;
    border: 1px solid #500000;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    z-index: 2;  
       
}

#contest-submit-wrapper-png
{
 behavior: url(iepngfix.htc);
 background: url(../Images/ContestRideOn/transparent.png);
 padding-top: 20px;
 border: 1px solid #9c6966;

}

#contest-submit
{
    width: 460px;
    margin: 0 auto;
   
}

#errors
{
}

#contest-form h2
{
    color: #ad1901;
    padding-top: 15px;
    padding-bottom: 2px;
    font-style: italic;
    font-size: 1.4em;
}

#contest-form h2.agreement
{
   color: #222;
}

#contest-form h3
{
    color: #000;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

textarea
{
    border: 1px solid #555;
    
    background: #f5f5f5;
}

textarea.agreement
{
    border: 0;
    border-top: 3px double #555;
    border-bottom: 3px double #555;
    background: #fff;
}

input.textbox
{
    border: 1px solid #555;
    background: #f5f5f5;
}

select
{
    border: 1px solid #555;
}

#img1
{
    position: absolute;
    top: -100px;
    left: -300px;
    width: 300px;
    height: 100px;
    background: url(../Images/ContestRideOn/btn_submit.gif) no-repeat;
}

#img2
{
    position: absolute;
    top: -100px;
    left: -300px;
    width: 300px;
    height: 100px;
    background: url(../Images/ContestRideOn/btn_submit_hvr.gif) no-repeat;
}

#img3
{
    position: absolute;
    top: -100px;
    left: -300px;   
    width: 300px;
    height: 100px;
    background: url(../Images/ContestRideOn/btn_cancel.gif) no-repeat;
}

#img4
{
    position: absolute;
    top: -100px;
    left: -300px;    
    width: 300px;
    height: 100px;
    background: url(../Images/ContestRideOn/btn_cancel_hvr.gif) no-repeat;
}
