        form{margin: 5px 0 0 50px; width:600px;}
		img{border:0;}
        #checkbox{display:none}
         body{
             background-color: #F6F2F5;
             margin: 0px;
             padding: 0px;
         }
         #bg{
             width:100%;
			 background: #F6F2F5;
			 text-align: center;
         }
        #bgdone{
             width:1382px;
             height:900px;
             position: absolute;
             left:50%;
             margin-left: -691px;
			 background: #F6F2F5;
         }
         #wrapper{
             width:700px;
             padding-top: -10px;
			 text-align: left;
			 margin: 0 auto 25px auto;
         }
        #logodone{
            margin-left: 161px;
            z-index:-1;
         }
		 #logo {
		 	position: absolute;
			right: 10px;
			top: -20px;
			z-index: 999;
		 }
        #clear{
            clear: both;
            padding: 0px;
            margin: 0px;
        }

         #ipad{
             width:730px;
             background: #fff; /* url("../content/img/ipad.png"); */
			 border: 1px solid #E6E2E5;
			 padding-bottom: 20px;
			 margin: 35px 0;
			 position: relative;
         }

        #submit{
            margin: 20px 0 0 0;
            width:109px;
            height:34px;
            border: 0px;
			float: none;
			    background: url("http://www.educationlink.se/wp-content/themes/educationlink/images/btn/el_btn_skicka.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 50px;
    margin: 15px 0 0;
    outline: medium none;
    text-indent: -4700px;
    width: 110px;
         }
		 
		 #submit:hover {
    		background-position: 0 -50px;
		}

        #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;
        }
        #inputHolder{
            height:102px;
        }
        #selectWrapper{
            height: 100px;
            overflow-y: scroll;
            width:610px;
			border: 1px solid #ccc;
			padding: 5px;
        }

        .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;
        }
		.secondlabel {margin-top: 15px;}