form .error {
	color: #8B3C8B;
}

form fieldset {
	border:0px solid #ffffff;
	margin:0px;
	padding:0px;
}

form legend {
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
	line-height:0px;
	text-indent:-999em;
	z-index:0;
    color: #ffffff;
}

form div.form_container label {
	clear: both;
	float: none;
}

form div.form_container .bold {
		font-weight: bold;
}

form div.form_container label.checkbox {
	margin-left: 10px;
}

form div.form_container label.checkbox input, 
form div.form_container div.radiogroup input {
	margin-right: 3px;
}

form .inputtext {
	border:1px solid #999;
}

form .generalsize_text {
	width:450px;
}

form .smalltext {
	width:120px;
	background: #FFFFFF;
	border: 0px;
	height: 20px;
	min-height: 20px;
	border:1px solid #999;
	width: 50%;
}

form .generalsize_textarea {
	width:450px;
	font-family:Arial, Verdana, 'Sans Serif';
}

form p.alignment { 
	margin-right: 32px; 
	margin-left:5px;
}

form .alignment_summary { 
	margin-right: 70px;
	clear:both;
}

form .submit_button {
	background-color:#0078BF;
	border:1px solid #0078BF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:110%;
	font-weight:bold;
	height:22px;
	min-height:22px;
	padding:0 5px;
}

form a.submit_button {
	padding:0px 5px 0px 5px;
	display: block;
	width: 100px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	float:left;
}

form .submit_button_md {

}

form .submit_button_mo, a.submit_button:hover {
	color: #FFFFFF;
	text-decoration: none;
}

form .radio_check_input {
	float:left;
	width:20px;
}
	
form .radio_check_label {
	float:left;
	width:80%;
}

form .radio_check_label label {
	padding-top:0px;
}

form .leftcolumn {
	text-align: left;
	padding-bottom: 2px;
	font-weight: normal;
}

form .rightcolumn {
	padding-bottom: 2px;
	font-weight: normal;
}

form input.metafield {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #777;
	width: 80%;	
	font-size: 12px;
}
	
form input.metafield:focus {
	border: 1px solid #999; 
	color: #555;
}

form .form_container input[type = "radio"]{
	margin-left: 10px;
}

form textarea.metafield {
	width: 80%;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #777;
	font-size: 11px;
	margin-bottom: 5px;
	font-family: arial, verdana, sans-serif;
}
	
form textarea.metafield:focus {
	border: 1px solid #999;
	color: #555;
}

form select.metafield {
	font-size: 12px;
	border: 2px #ddd solid;
	color: #777;
	width: 80%;
}

form select.metafield:focus {
	color: #555;
	border: 2px #999 solid;
}

form ul.warning_list {
	background-color: #ffffe0;
	color: red;
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #dddddd;
}

form ul li.warning {
	margin:0px;
	list-style-image: none;
	list-style-type: none;
}

#form_inhoud { 
	background-image:none; 
	background-color: #ffffff; 
	border: 0px;
}

#form_inhoud input.metafield {
	color: #000000;
}
	
form .form_1 {
	width: 500px;
}

form .form_2 {
	width: 220px;
}

form .metafield_2 {	
	padding: 4px; 
	border: 2px solid #ddd; 
	background-color: #fff; 
	color: #777; 
	font-size: 12px; 
	display: inline; 
}

form .metafield_2:focus { 
	border: 2px solid #999; 
	color: #555;
}

form .form_3 { 
	width: 150px;
}

form .metafield_3  { 
	width: 120px; 
	padding: 4px; 
	border: 2px solid #ddd; 
	background-color: #fff; color: #000000; font-size: 12px; display: inline;
}

form .metafield_3:focus { 
	border: 2px solid #999; 
	color: #555;
}

form .form_4 { 
	width: 113.5px;
} 

form .metafield_4  { 
	width: 80px; 
	padding: 4px; 
	border: 2px solid #ddd; 
	background-color: #fff; 
	color: #000000; 
	font-size: 12px; 
	display: inline;
}

form .metafield_4:focus { 
	border: 2px solid #999; 
	color: #555; 
}

form .form_container { 
	clear:both; 
	color: #000000; 
	padding-top: 0px; 
	min-height: 1px; 
}

form .form_question {	
	float:left;		
	margin-left:5px;
}

form .form_question div.commentaar {
	font-weight: bold;
	color: #FF690B;
}

form .form_container {
	clear:both;
	color: #000000;
	padding-top: 10px;
}

form .form_input {
	width:100%;		
}

form .form_hint_dynamic {
	display: none;
	position: absolute;
	width: 200px;
	margin-left: 20px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	z-index: 9999;
}

form .form_area { 
	position: relative; 
	text-decoration: none;
} 

form .form_hint .form_hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
	background: url(images/pointer.gif) left top no-repeat;
}

form .google_maps { 
	z-index: 0;
}

form .form_hint_noscript {
	display: block;
    position: relative;
    border: 1px solid #c93;
    padding: 10px 12px;
	background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
}

form .cursor { 
	cursor: help; 
	position: relative; 
	top:0px; 
	left:0px;
}

form .help_popup {
	visibility:hidden;
	position:absolute;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	padding:5px;
	width:300px;
	display:block;
	z-index:99;
}

form .comment {
	margin:16px 0px 8px 0px;
}

form .summary_label {
	font-weight:bold;
}

form .back_to_form {
	padding-top:15px;
	display:block;
}

form .form_1 {
	width: 500px;
}

form .form_2 {
	width: 220px;
}

form .form_3 {
	width: 150px;
}

form .clear {
	height: auto;
}
