* {
    padding: 0px;
    margin: 0px;
}

html, body {
    width: 100%;
    
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
        
    background-color: #000000;
    color: #ffffff;
    line-height: 100%;
}

#site {
    font-size: 0.7em;
    
    width: 750px;
    /*height: 1259px;*/
    
    background-image: url(../../gfx/actie/bg.body.gif);
    background-repeat: repeat-x;
    
    margin: auto;
}

#siteFooter {
    height: 96px;
    
    background-image: url(../../gfx/actie/bg.footer.gif);
}

#siteTerms {
    font-size: 0.8em;
    
    padding: 10px 20px 20px 20px;
    
    clear: both;
}
#siteTerms ul li {
     list-style: none;
}

#siteText {
    width: 50%;
    float: left;
}
#siteForm {
    width: 50%;
    float: right;
}

#siteText .content,
#siteForm .content {
    padding: 0px 20px 20px 20px;
}

#siteForm .form {
    background-image: url(../../gfx/actie/bg.form.png);
    background-repeat: no-repeat;
    background-position: 0px 100px;
    
    /*width: 248px !important;
    width: 343px;*/
    
    height: 513px !important;
    height: 691px;
    
    padding: 178px 45px 0px 47px;
}
#siteForm .form .textbox {
    background-image: url(../../gfx/actie/bg.textbox.gif);
    background-repeat: repeat-x;
    
    border: 1px solid #535353;
    
    width: 240px;
    height: 30px;
    
    line-height: 30px;
    vertical-align: middle;
}
#siteForm .form label {
    display: block;
    
    margin: 5px 0px 5px 0px;
}
#siteForm .form .codebox {
    width: 233px;
    height: 56px;
    
    line-height: 56px;
    vertical-align: middle;
    
    border: 0px;
    
    background: transparent;
    
    margin-bottom: 20px;
    
    font-size: 3.0em;
    
    text-align: center;
}
#siteForm .form .sendbutton {
    margin: 10px 0px 0px 100px;
    
    cursor: pointer;
}

#site h1 {
    color: #fab206;
    
    padding: 40px 20px 40px 20px;
    
    text-align: center;
    
    font-size: 2.4em;
}

