body {
        background-color:#F5F6F8;
        margin:0;
        padding:0;
        }

body, div, span, p, a{
        color:#000000;
        font-family:Arial;
        font-size:11px;
        }

#landingPage {
        margin:10px auto 5px;
         width:960px;
         height:490px;
        }

.container {
    position:absolute; 	top:30px;	width:100%;
}

#topRightLegalText {
        position:absolute;
        right:10px;
        }


#bottomRightLegalText {
        position:absolute;               
        right:10px;
        bottom:5px;
        }

#bottomLeftLegalText {
        z-index:101;
        color:#000000;
        bottom:5px;
        position:absolute;
        left:10px;
}


#canvas {
        position:relative;
        background-color:#CCCCCC;
        background-repeat:no-repeat;
        height:490px;
        margin-bottom:3px;
        overflow:hidden;
        }

#editable {
        height:100%;
        }

#editable #form {
        position:relative;
        font-weight:bold;
        background-color:#d222dd;
        float:right;
        height:370px;
        margin-top:120px;
        right:20px;
        text-align:center;
        width:310px;
        }

#form label {
        color:#FFFFFF;
        font-size:16px;        
        }

#enterPhone {
        margin-top:15px;
        }

#incorrectPhoneError {
        color:#FFFFFF;
        display:none;
        font-weight:bold;
        }

#inputBox {
        font-size:16px;
        font-weight:bold;
        margin-right:10px;
        width:140px;
        }

#submit{
        margin-top:10px;

        }
#submit input {
        display:block;
        background: transparent url(../images/senden2.png) no-repeat;
        outline: none;
        border: none;
        cursor : pointer;
        height:30px;
        width:108px;
        margin-left:100px;
        
        }


#disclaimer {
        text-align:left;
        }

#blackbar {
        margin:5px auto;
        }

#blackbar span {
        font-size:11px;
        }

#blackbar span#blackbarText {
        margin-left:5px;
        }

#prelisten {
    display:none;
}

#googleTickbox {
        margin-left:20px;
        margin-right:20px;
        margin-top:15px;
        text-align:left;
		display:none;
        }

#googleTickbox span {
        color:#EEEEEE;
        display:block;
        font-size:11px;
        font-weight:normal;
        margin-left:22px;
        padding-top:3px;
        }

#googleTickbox input {
        display:block;
        float:left;
        }

#googleNoOptInWarningBox {
        position:relative;
        top:-150px;
        width:267px;
        }

#googleAlertBox {
        position:absolute;
        background-color:green;
        background:transparent url(../images/googleBox.gif) repeat scroll 0 0;
        height:115px;
        width:257px;
        left:25px;
        top:168px;
        z-index:3;
        display:none;
        }

#googleAlertBox span {
        display:block;
        padding-top:10px;
        color:black;
        font-size:14px;
        letter-spacing:-1px;
        text-align:center;
        }

#googleAlertBox p {
        font-weight:normal;
        }

#yes{
        background:transparent url(../images/yes.gif) repeat scroll 0 0;
        left:60px;
		cursor:pointer;
        }

#no {
        background:transparent url(../images/no.gif) repeat scroll 0 0;
        left:120px;
		cursor:pointer;
        }

#yes, #no {
        position:absolute;
        height:24px;
        top:87px;
        width:52px;
        }
#yes span, #no span{
		color:#FFFFFF;
		padding-top:4px;
        font-weight:bold;
		}

		
/** tick 9 css**/
#googleWarning{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
display:none;
z-index:101;
}

#blackBackground{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
display:none;
background-color:#000;
z-index:99;
}


#tickbox {
    background-image:url(../images/tickbox.png);
    background-position:center;
    background-repeat:no-repeat;
    background-color:transparent;
    width:571px;
    height:163px;
    position:absolute;
    left:50%;
    margin-left:-293px;
    top:50%;
	margin-top:-163px;
    z-index:101;
}


#close { text-align:right; padding: 4px 5px 25px 0;}

#btnYesNo {
    width:300px;
    height:70px;
}

#akkord{
    text-align:center;
	margin:0 auto;
	width:95%;

	
}

#jaGaVerder {
    position:relative;
    float:left;
    background:url(../images/ja_button1.png);
    width:136px;
    height:32px;
    top:20px;
    left:148px;
    cursor:pointer;
}

#neeGaVerder {
    position:relative;
    float:right;
    background:url(../images/nee_button1.png);
    width:136px;
    height:32px;
    top:20px;
    left:148px;
	cursor:pointer;
}

#tickboxtitle{
    font-weight:bold;
    margin-top:8px;
    position:relative;
    text-align:center;
    width:100%;
}

		
