﻿body{
    background:#070405 url(/Content/img/background.jpg) no-repeat center top;
    color:#fff;
    font-family:Arial,"Times New Roman",Georgia,Serif;
    font-size:12px;
    line-height:19px;
   
}
a{color:#fff;}
label{vertical-align:middle;}
    #wrapper{
        width:900px;
        margin:0 auto;
        position:relative;
    }
    .anna{
        position:absolute;
        right:0px;
        top:47px;
        background:#4f4d4d;
        width:180px;
        z-index:99;
        
     }
        .anna a{display:block;padding:5px 10px; text-decoration:none;}
      
      a.palaute{
        position:absolute;
        right:0px;
        top:50px;
        padding:3px 10px;
        background:#fff;
        color:#333;
        text-decoration:none;
      }
         a.palaute:hover{background:red; color:#fff;}  
         
        #header{height:155px; position:relative;}
            #header a{
                display:block;
                width:560px; height:100px;
                margin-top:37px;
                text-indent:-9999px;
                position:absolute;
            }
        
        #content{
            width:405px;
            min-height:503px;
            height:auto !important;
            height:503px;
            margin-left:45px;
            
        }
            #bodyHomeWinners #content,
            #bodySupportHowTo #content,
            #bodyAccountAlreadyParticipating #content
                {position:relative;}
                
               
                #bodySupportHowTo #content img#fitnessLogo,
                #bodyAccountAlreadyParticipating  #content img#fitnessLogo
                    {position:absolute; bottom:13px; left:0px;}
            
            #enterCode{
                background:url(/Content/img/formBottom.jpg) no-repeat left bottom;
                padding-bottom:35px;
            }
                 #enterCode h3{
                    background:url(/Content/img/formTop.jpg) no-repeat left top;
                    padding:20px;
                    height:44px;
                 }
                    #enterCode h3 em{font-style:normal;}
                 
                #enterCode form{
                   background:url(/Content/img/formMid.jpg) repeat-y;
                   padding-left:20px;
                   position:relative;
                }
                    #enterCode fieldset{
                        width:348px;
                    }
                         #enterCode fieldset legend{display:none;}
                              
                                     #enterCode fieldset label{vertical-align:top;display:inline-block; width:50px;}
                                     #enterCode .inputBlock{padding-bottom:5px;}
                            input#btnEnterCode{
                                border:0px;
                                cursor:pointer;
                                display:block; 
                            }
                                .button{
                                    background:url(/Content/img/button.jpg) no-repeat; 
                                    text-indent:-9999px;
                                    width:112px; height:20px;
                                    border:0px;
                                    cursor:pointer;
                                }
                            
                         #enterCode fieldset .submitBlock{
                             position:absolute;
                             right:30px;
                             top:0px;
                         }
                         #enterCode fieldset .submitBlock a{
                           display:block;
                         }
                
            #winIpod{margin-top:30px;}
                 #winIpod h2{
                    background:url(/Content/img/h2Ipod.jpg) no-repeat;
                    text-indent:-9999px;
                    height:25px;
                    margin-bottom:10px;                 
                 }
                 #winIpod p{margin-top:12px;}
                 img#iPod{
                    float:left;
                    margin: 5px 10px 0px 10px;
                 }
                 
                 fieldset#enterEmail{
                   margin:0px 0px 30px 0px;
                   position:relative;
                   clear:both;
                 }  
                       fieldset#enterEmail .field-validation-error{position:absolute; left:58px; top:24px;} 
                        
                     fieldset#enterEmail label{padding-right:10px;}
                         fieldset#enterEmail #btnLogin{display:inline-block; margin-left:15px;}  
       
    .lastWin{
        position:absolute;
        right:55px;
        top:680px;
        width:350px;
        text-align:center;
    }
        
        .lastWin strong{color:#da1b22;}
    
    #winners h2, #registration h2, #products h2, #ctlSupportRules h1, #findCode h2, .customerService h2{
            color: Red; 
            font-size:16px;
            padding:5px 0px;
            margin-bottom:10px;
            border-bottom:1px solid red;
        }
    
       
    #registration{}
         #registration label, .customerService label{display:inline-block; width:130px;}
             #registration label.checkboxLabel{display:inline; width:auto;}
                 #registration .submitBlock, .customerService .submitBlock{padding-top:10px; border-top:1px solid red;}
    
    #winners{}
        #winners ul li{font-weight:bold; margin-bottom:6px;}
            #winners ul li strong{
                font-weight:normal; display:block;
                margin-left:10px;
            }
        
            #registration ul li, .customerService ul li{margin-bottom:5px;}
            #registration .field-validation-error, .customerService .field-validation-error{margin-left:133px;}
    
        #ctlSupportRules h2{margin-top:15px;}
     
  #products{position:relative;}
     #products ul{margin:20px 0px;}
     #products ul li{
        margin-top:10px;
        border:1px solid #555;
        clear:left; padding:5px;
        position:relative;
    }
         #products ul li:after{
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        #products ul li{zoom:1;}
        
        #products ul li img{float:left; margin-right:10px; } 
         
       #footer{
           position:relative;
           float:right;
           top:-30px;
           width:585px;
       }
            #ctlFooter{position:absolute; left:-28px;}
                #ctlFooter a{padding:0px 4px;}
                #ctlFooter p{display:none;}
            #addThis{
                position:absolute;
                left:247px;
                top:0px;
            }
            .info{
                display:none; 
                position:absolute;
                width:350px;
                padding:10px;
                border:5px solid red;
                background:#000;
                left:450px;
                font-style:normal;
                z-index:100;
                top:350px;
            }
            .show{display:block;}
            
         img.banner{
            position:absolute;
            left:555px;
            top:500px;
            z-index:1;
        }
  
  .inputBlock{position:relative;}
  .field-validation-error{
        background:#fff;
        margin:5px 0px 5px 48px;
        padding:3px 5px;
        width:147px; 
        padding:5px; 
        color:Red;
        display:block;
   }
  
  .invalid{color:red; font-weight:bold;}
  .valid{color:Green;font-weight:bold;}
  
       .clear{clear:both;}
       .validation-summary-errors{display:none;}
       
       
       
  #products ul li:after, #winners:after{
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        #products ul li, #winners{
        zoom:1;}
        
        
        
        .textareaBlock label{vertical-align:top;}
        
        
        #goToNestle{
            width:220px; height:95px;
            position:absolute;
            bottom:4px; left:45px;
            z-index:100; 
            cursor:pointer;
            }
                 body#bodyHomeWinners #goToNestle{left:0px;}
            #goToNestle a{
                display:block; 
                width:220px; height:95px;  
                background:url(/Content/img/transGif.gif);
                text-indent:-9999px;
            }
               