div.question {
    background:#DFD4D4;
    float:left;
    width:787px;
    color:#6C6366;
    line-height:1.5;
    min-height:460px;
    padding-left:10px;
}

    #form .col2 {
        float:left;
        width:49.9%;
    }


    #form .col2 ul {
        list-style:none;
        padding:0;
        margin:0;
    }

    #form fieldset {
        padding:10px 5% 20px 5%;
        float:left;
        width:90%;
    }

    #form fieldset legend {
        font-size:24px;
        font-weight:bold;
        color:#6C6366;
        letter-spacing:-1px;
        margin-top:10px;
    }

    div.checkboxes-col2 ul {
        float:left;
        width:49%;
        list-style:none !important;
        padding:0 !important;
        margin:0 !important;
        white-space:nowrap;
    }

    div.checkboxes-col3 ul {
        float:left;
        width:33%;
        list-style:none !important;
        padding:0 !important;
        margin:0 !important;
        white-space:nowrap;
    }

    #form fieldset.checkbox input {
        border:none;
        width:auto;
    }

    #form fieldset div.checkboxes-col3 ul li,
    #form fieldset div.checkboxes-col2 ul li {
        margin-bottom:0;
        padding:2px;
    }

    #form fieldset div.checkboxes-col3 ul li label {
        padding:0;
        height:20px;
        float:left;
        width:110px;
    }

    #form fieldset div.checkboxes-col3 ul input, 
    #form fieldset div.checkboxes-col2 ul input {
        margin-right:4px;
        width:auto;
        border:none;
        float:left;
        padding-top:3px;
    }

    #form label {
        display:block;
        text-transform:lowercase;
    }

    #form input {
        width:100%;
        border:1px solid #999;
        height:20px;
    }

    #form select {
        border:1px solid #000;
        background:#fff;
    }

    #form .error input, #form .error textarea {
        border:1px solid red; 
        background:#F5F5F5;
    }

    #form textarea {
        border:1px solid #999;
    }

    #form input.radio {
        border:0;
        width:auto;

    }

    #form .field div {
        margin-right:10px;
    }

    #form .field {
        float:left;
        width:99.9%;
    }

    #form .field70 {
        width:69.9%;
    }

    #form .field30 {
        width:29.9%;
    }
    #form .field50 {
        width:49.9%;
    }

    #form .field45 {
        width:44.9%;
    }

    #form .field25 {
        width:24.9%;
    }
    
    #form .field40 {
        width:39.9%;
    }

    #form .field60 {
        width:59.9%;
    }

    #form .field20 {
        width:19.9%;
    }

    #form .submit {
        text-align:right;
        padding-right:10px;

    }

    #form .submit-button {
        background:#000;
        color:#fff;
        border:0;
        font-weight:bold;
        width:auto;
        padding:0px 30px 1px 10px;
        background-image:url(../images/red-pijltje.png);
        background-repeat:no-repeat;
        background-position:right;
    }

    #form .chunk {
        height:95px;
        position:relative;
        background:#F5F2F2;
        width:380px;
        line-height:1.2;
        font-size:11px;
        margin-left:-10px;
        margin-top:365px;
        padding-left:20px;
    }

ul.errorlist {
    color:red;
    font-weight:bold;
    margin-top:-15px;
    position:absolute;
}

#privacy {
    float:right;
    margin-right:-365px;
    margin-top:55px;
    font-size:16px;
    text-decoration:none;
    background:url(../images/pijltje-grey.png) no-repeat right;
    padding-right:25px;
}

.required label {
    background:url(../images/required.png) no-repeat left;
    padding-left:10px;
}


/*-- Poster form
--------------------------------------------------------*/

.poster_form {
	position:relative;
	padding-top:12px;
	clear:both;
}

.poster_form fieldset {
	background-color:#e0f3ef;
	border-top:1px solid #619289;
	position:relative;
	margin-bottom:5px;
	padding-left:0px !important;
	padding-top:22px !important;
	padding-bottom:8px !important;
	clear:both;
	display:block;
}

.poster_form .row {
	position:relative;
	padding-left:99px;
	clear:both;
	min-height:26px;
	zoom:1;
	_height:26px;
}

.poster_form label {
	position:absolute;
	left:0px;
	top:1px;
	display:block;
	width:87px;
	text-align:right;
	padding-right:6px;
	font-weight:bold;
	color:#205648;
}

.poster_form label span {
	position:absolute;
	right:0px;
	top:-6px;
	color:#6dc7b6;
}

.gender {
	color:#205648;
}

.poster_form file, .poster_form radio, .poster_form checkbox  {
       border-width:0px;

}

.poster_form textarea {
	width:438px;
	height:49px;
	border:1px solid white;
	margin-bottom:7px;
}

.poster_form .file input {
	position:relative;
	top:-5px;
}

.poster_form .error input, .poster_form .error textarea {
        border:1px solid red !important; 
        background:#F5F5F5 !important;
}

.poster_form .field81 div {
	width:81px;
}

.poster_form .field81 div input {
       border:1px solid white;
       width:81px;
}

.poster_form .field298 div {
	width:298px;
}

.poster_form .field298 div input {
       border:1px solid white;
       width:350px;
}

.poster_form .gelacht {
	position:absolute;
	top:1px;
	left:190px;
	font-weight:bold;
}

.poster_form .gelacht span {
	padding-right:10px;
	float:left;
}

.poster_form .text_1 {
	float:left;
	font-weight:bold;
	padding-left:17px;
	padding-right:25px;
	position:relative;
	top:-3px;
}

.poster_form .text_2 {
	position:relative;
	float:right;
	font-size:10px;
	top:-4px;
	padding-right:18px;
}

.poster_form .go_button {
	width:auto;
	height:auto;
	border-width:0px;
	position:relative;
	top:9px;
	margin-left:20px;
	margin-right:50px;
}

.poster_form p {
	font-size: 12px;
	font-weight:bold;
	letter-spacing:0px;
	/*line-height: px;*/
	color:#205648;
	margin-top:-10px !Important;
	margin-bottom:20px !Important;
	margin-left:15px;
}

.poster_form p label {
	position:static !Important;
	color:#205648;
	display:inline !Important;
	text-align:left !Important;
}

.blackCol {
	color:#252829 !Important;
}

* html .upload {
	position:relative;
	top:3px;
}

.inputCheck {
	margin-right:8px;
	position:relative;
	top:1px;
}

.poster_form ul{
        margin:0px !important;
        list-style-type:none !important;
	position:relative;
	float:left;
}

.poster_form ul li{
        margin:0px !important;
        list-style-type:none !important;
	position:relative;
	padding:0px;
	float:left;
}

.poster_form ul li label {
	position:relative;
	width:auto;
	padding:0px;
	padding-left:19px;
	padding-right:10px;
	top:0px;
}

.poster_form ul li input {
	position:absolute;
	left:0px;
	_left:-25px;
	_top:-3px;
}

.poster_form_error_list ul {
	position:relative;
}

/*-- New year form
--------------------------------------------------------*/

.new_year_form {
	background-color:#c35b9a;
	width:543px;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:8px;
	clear:both;
}

.new_year_form h2 {
	color:#ffffff;
	font-size:17px;
	font-weight:normal !important;
	padding-bottom:15px;
}

.new_year_form fieldset {
	position:relative;
	clear:both;
	display:block;
}

.new_year_form fieldset .row {
	width:100%;
	clear:both;
	overflow:hidden;
	padding:0px;
	margin:0px;
	position:relative;
	padding-bottom:7px;
}

.new_year_form fieldset .row .field div input {
	width:509px;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
.new_year_form fieldset .row .field div.error input {
    border:2px solid blue;
}

.new_year_form fieldset .row .error div input {
	border:1px solid red;
}

.new_year_form fieldset .row .field50 {
	width:251px;
	float:left;
	padding:0px;
	margin:0px;
	margin-right:9px;
}

.new_year_form fieldset .row .field50 div input {
	width:249px;
}

.new_year_form fieldset .row label {
	display:block;
	position:relative;
	clear:both;
	text-align:left;
	padding-top:4px;
	color:#ffffff;
	font-size:14px;
}

.new_year_form fieldset .aantal_personen div input {
	width:53px !important;
}

.new_year_form fieldset .aantal_personen label {
	position:absolute;
	left:64px;
	top:-4px;
}

.new_year_form fieldset .aantal_personen input.button {
	position:absolute;
	right:32px;
	top:0px;
	background-color:#602632;
	border-width:0px;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-align:center;
    cursor:pointer;
}

