        form{margin: 60px 0 0 140px; width:475px;}
		img{border:0;}
        #checkbox{display:none}
         body{
             background-color: #000;
             margin: 0px;
             padding: 0px;
         }
         #bg{
             width:1382px;
             height:900px;
             position: absolute;
             left:50%;
             margin-left: -691px;
             background-image: url("../content/img/bg.jpg");
         }
        #bgdone{
             width:1382px;
             height:900px;
             position: absolute;
             left:50%;
             margin-left: -691px;
             background-image: url("../content/img/bgdone.jpg");
         }
         #wrapper{
             width:900px;
             height:630px;
             padding-top: 110px;
             position: absolute;
             left:50%;
             margin-left: -450px;
             z-index: 9999;
         }
         #logo{
            position:absolute;
             margin-top: -110px;
             margin-left: -50px;
            z-index:-1;
         }
        #logodone{
            margin-left: 161px;
            z-index:-1;
         }
        #clear{
            clear: both;
            padding: 0px;
            margin: 0px;
        }

         #ipad{
             width:730px;
             background: url("../content/img/ipad.png");
             height: 573px;
             float: left;
         }

        #submit{
            float: right;
            margin: 22px  0px 0 0;
            width:109px;
            height:34px;
            border: 0px;
         }

        #iphone{
            background: url("../content/img/iphone.png");
            position: absolute;
            height: 462px;
            width: 235px;
            margin-left: 10px;
            float:right;
            z-index: -9997;
            -webkit-transform-style: preserve-3d;
		    -webkit-transform : translateZ(0px);
            -webkit-backface-visibility: hidden;

        }

        #progbar{
             margin-left: 22px;
             width:0px;
             height:37px;
             background-image: url("../content/img/bar.png");
             background-repeat: repeat-x;
        }
         .on{
             background: url(../content/img/check-on.png) no-repeat;
             padding: 0 0 0 40px;
             margin: 0 0 12px 35px;
             cursor: pointer;
         }
         .off{
             background: url(../content/img/check-off.png) no-repeat;
             padding: 0 0 0 40px;
             margin: 0 0 12px 35px;
             cursor: pointer;
         }

        #familj{
            margin-bottom: 0px;
        }

        .photo{
             z-index: -9998;
             position: absolute;
             left:0;
             margin: 0px 0 0 365px;
        }
        #penna{
             position: absolute;
             margin-left:290px;
             margin-top: -210px;
        }
        #inputHolder{
            height:102px;
        }
        #selectWrapper{
            height: 100px;
            overflow-y: scroll;
            width:500px;
        }
        #klikk{
            right:180px;
            top:160px;
            position: absolute;
            width: 200px;
            height: 100px;
            z-index: 99999;
        }

        #hand{
            position: absolute;
            right:330px;
            top:280px;
            z-index: 9998;
        }

        #fb{
            position: absolute;
            right:60px;
            top: 790px;
        }
        
        #spotify{
            position: absolute;
            right:155px;
            top: 770px;
        }

        .imgoff{display: none;float:left; margin: 11px 0px 0 0;}
        .imgon{display: block;float:left; margin: 11px 0px 0 0;}

        #toplink{
            margin: 0px;
            padding: 0px;
            clear: none;
            width: 300px;
            float: right;
        }

        #formClear{
            padding: 0px;
            margin: 0px;
            clear: none;
            display: none;
        }