div.form {
    width: 600px; height: auto;
	position: relative;
    margin: 20px 0;
}
div.form div.entry {
    width: 600px; height: auto;
	position: relative;
	margin-bottom: 10px;
	z-index: 99;
    clear: both;
}
div.form div.entry.hidden {
    display: none;
}
div.form div.entry:after {
    clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
div.form div.entry label {
    width: 175px; height: auto;
    position: relative;
	font-weight: bold;
	float: left;
	line-height: 30px;	
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
div.form div.entry div.empty-entry {
    width: 600px; height: 30px;
	position: relative;
}

/* icon required */
div.form div.entry div.icon {
	position: absolute;
	top: 6px;
	right: 20px;
	width: 20px;
	height: 20px;
	transition: 0.3s ease;
	background: url(../images/template/validate.gif) no-repeat 0px -20px;
	overflow: hidden;
}
div.form div.entry div.icon.valid {
	background: url(../images/template/validate.gif) no-repeat 0px 0px;
}
div.form div.entry div.icon.invalid {
	background: url(../images/template/validate.gif) no-repeat 0px -20px;
}
/* error */
div.form div.entry label.error {
	position: relative;
	float: left;
	color: #9C946A;
	width: 240px;
	margin-left: 175px; /* breedte van label */
	font-size: 11px;
	margin-top: 5px;
}
/* custom selectbox */
#site div.form div.entry div.select select {
	visibility: hidden;
}
#site div.form div.entry div.select {
	background: url("../images/template/bg-select.jpg") no-repeat scroll 232px 7px transparent;
    float: left;
    height: 30px;
    position: relative;
    width: 260px;
}
/* text input */

#site div.form div.entry div.select input,
div.form div.entry div.input input {
    height: 20px; width: 340px;
	position: relative;
	padding: 5px 10px;
	border: none;
	font-size: 11px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px; /* Opera 10.5, IE 9 */
	-moz-border-radius: 3px; /* Disabled for FF1+ */
	-moz-box-shadow: 0 0 3px #9d9d9d;
	-webkit-box-shadow: 0 0 3px #9d9d9d;
}
div.form div.entry div.input input.focus {
	border: 1px solid #F7941E;
}
div.form div.entry div.input input.error {
	border: 1px solid #ff0000;
    color: #ff0000;
}
div.form div.entry label.error {
    color: #ff0000;
}


/* textarea */
div.form div.entry div.textarea {
	position: relative;
	float: left;
	width: 360px;
	height: auto;
}
div.form div.entry div.textarea textarea {
	width: 340px; height: 100px;
    position: relative;
    padding: 5px 10px;
	font-size: 11px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px; /* Opera 10.5, IE 9 */
	-moz-border-radius: 3px; /* Disabled for FF1+ */
	-moz-box-shadow: 0 0 3px #9d9d9d;
	-webkit-box-shadow: 0 0 3px #9d9d9d;
}
div.form div.entry div.textarea textarea.focus {
	border: 1px solid #F7941E;
}

/* radio buttons & checkbox */
div.form div.entry div.radio,
div.form div.entry div.checkbox {
    width: 260px; height: auto;
	position: relative;
	float: left;
}
div.form div.entry div.radio label {
    width: auto;
    margin: 0 10px 0 0;
}
div.form div.entry div.radio div.column,
div.form div.entry div.checkbox div.column {
	width: auto; /* breedte van de kolom */ height: auto;
	line-height: 25px;
}
div.form div.entry div.radio div.column.column-1,
div.form div.entry div.checkbox div.column.column-1 {
    width: 260px;
}
div.form div.entry div.radio div.column.column-2,
div.form div.entry div.checkbox div.column.column-2 {
    width: 130px; float: left;
}
div.form div.entry div.radio div.column.column-3,
div.form div.entry div.checkbox div.column.column-3 {
    width: 86px; float: left;
}
div.form div.entry div.radio div.column label,
div.form div.entry div.checkbox div.column label {
	width: 50%; height: auto;
	line-height: normal;
	font-weight: normal;
	margin: 7px 0px;
	cursor: pointer;
	overflow: hidden;
    display: block;
}
div.form div.entry div.radio div.column label input,
div.form div.entry div.checkbox div.column label input {
	margin: 5px 5px 0 0; 
    
}
/* submit button */
div.form div.submit input {
    width: 126px;
    height: 34px;
    position: relative;
    margin-left: 174px;
    display: block;
    background: #b90000;
    cursor: pointer;
    font-family: 'allerregular';
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
div.form div.submit input:hover {
    background: #05aa47;
} 
div.selectbox-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 5px 0px;
    width: 260px;
    z-index: 20000;
    max-height: 200px;
    overflow-y: scroll;
}
div.selectbox-wrapper ul li {
    padding: 0 10px;
}
div.selectbox-wrapper ul li:hover {
    background: none repeat scroll 0 0 #DCDCDC;
}
.oke {
    width: 269px;
    height: 200px;
    position: relative;
    margin-top: 25px;
    color: #F7941E;
}
