/*V05 comptition lightbox*/
body{margin: 0; padding: 0;}

iframe{ border: 0;}
#GB_overlay {
  background-image: url(overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 150px;
  left: 0px;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 10px solid #d2d2d2;
  overflow: hidden;
  width: 650px;
  overflow: hidden;
  z-index: 999999999;
  padding: 0;
  -moz-box-shadow: 0 0 40px #888;
  -webkit-box-shadow: 0 0 40px #888;
  box-shadow: 0 0 40px #888;
}

#GB_frame {
  border: 0;
  overflow: auto;
  margin-top: 28px;
  width: 100%;
  height: 698px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  display: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  cursor: hand;
}

/*form elements*/
#competitionEntry label {
    font: bold 0.9em Arial, Georgia, Verdana;
    margin-bottom: 2px;
    display: block;
    }
#competitionEntry .radioBtn label {font-weight: normal; margin-bottom: 8px;}
    
    textarea
    {
        font: 0.9em Arial, Georgia, Verdana;   
    }
    #competitionEntry, #voteError
    {
        width: 650px;
        margin: 0 auto;
   
    }
    
   
    
    h1 {
        font: 1.5em Arial, Georgia, Verdana;
    }
    h2, h3 {
        font: bold 1em Arial, Georgia, Verdana;
    }
    a { text-decoration: none; color: #c00000; }
    p {font: 0.9em Arial, Georgia, Verdana;}
    
    
    #competitionEntry h2 {font-weight: bold;}
    
    #competitionEntry .votingReason
    {
        background: url(/App_Resources/Images/Site/100Sexiest/reasonText.gif) no-repeat top left;
        width: 404px;
        height: 109px;
        border: 0;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    #competitionEntry .emailAddress
    {
        background: url(/App_Resources/Images/Site/100Sexiest/emailText.gif) no-repeat top left;
        width: 404px;
        height: 31px;
        border: 0;
        margin-bottom: 15px;
        padding: 4px 10px;
    }
    
#competitionEntry .compButton {
    background: none repeat scroll 0 0 #C00000;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    margin-left: 160px;
    margin-top: 20px;
    padding: 4px 15px;
    float: left;
    font-family: Arial,Verdana,Serif;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

#voteSuccess .socialShare {
    width: 285px;
    font: normal 0.9em Arial, Georgia, Verdana;
    margin: 0 auto 62px;
}
#voteSuccess .socialButton { /* no longer needed SB */
    float: left;
    margin-right: 20px;
    width: 120px;
}
#voteSuccess .socialShare img {
    float: left;
    margin-right: 5px;
}
#voteSuccess .socialShare a {
    color: #636363;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    width: 60px;
}

.sponsorLogo {float: left; padding-right: 10px;}

    
    .compForm .thirdParty
    {
        font-size: 0.75em !important;
        font-weight: normal;
        float: left;
        margin-top: 3px;
        width: 370px;
    }
    
    .compForm {
        zoom: 1;
        overflow: hidden;
        margin-bottom: 20px;
        }

    
    #competitionEntry .checkBox
    {
        clear: left;
        float: left;
    }
    #closing {
        display: block;
        float: left;
        margin-top: 5px;
        }
    
    iframe
    {
        border: 0;
    }
    
    .error 
    {
        color:Red;
        font-size: 0.7em;
        font-family: Arial;
    }
    
    .emailError {
        display: block;
    margin-bottom: 20px;
    margin-top: -12px;}
    
    .sexiestLogoThanks { margin-left: 80px; margin-top: 10px; border: 0;}
    
    #voteSuccess a { text-decoration: none; color: #c00000; }
        #competitionEntry a:hover, #voteError a:hover, #voteSuccess a:hover { text-decoration: underline;}
     #voteSuccess p { line-height: 19px; }
    #voteSuccess h2 { font-size: 1.3em; }
    #voteSuccess h3 {margin-bottom: 10px;}
      .clearFloat {clear: both; float: none;}    

     #voteSuccess {
        width: 650px;}
    .headerContain {width: 440px; margin: 0 auto;}
    
    .competitionOffer {margin-top: 30px;}
