@charset "utf-8";



#formWrap {
	width:500px;
	background:#FFF;
	border:1px solid #999;
	-moz-border-radius:10px;
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-border-radius:20px;
	-webkit-box-shadow:2px 2px 2px #999;
	min-height:350px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 100px;
	padding-right: 10px;
	padding-left: 10px;
}


#formWrap #form {
	border-top:1px solid #EEE;
	width:500px;
	
}


#form .row {
	border-bottom:1px solid #EEE;
	display:block;
	line-height:38px;
	overflow:auto;
	padding:24px 0px;
	width:100%;
}


#form .row .label {
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:50px;
	text-align:right;
	float:left;
	padding-right:10px;
	margin-right:10px;
}


#form .row .input {
	float:left;
	margin-right:10px;
	/*	width:auto;*/
	width:215px;
	
	
}


#form .row .input2 {
	float:left;
	margin-right:10px;
	/*	width:auto;*/
	width:350px;
	
	
}

#form .row .context {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	float:left;
}
.contextzend {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	float:left;
	margin-top: 20px;
	height: 40px;
	padding-left: 10px;
	padding-top: 5px;
}
#contactform_spacer {
	height: 10px;
}




.detail {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:7px 8px;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#E9E9E9;
	border:1px solid #CCC;
}

.mess {
	width:380px;
	max-width:380px;
	height:120px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:7px 8px;
	line-height:1em;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#E9E9E9;
	border:1px solid #CCC;
}


.detail:focus {
	background-color:#FFF;
	border:1px solid #999;
	outline:none;	
}

.mess:focus {
	background-color:#FFF;
	border:1px solid #999;
	outline:none;	
}


#form #submit {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	margin-left:70px;
	color:000;
	font-size:15px;
	text-shadow:1px 1px 1px #999;
	padding:10px;
	float: left;

}

span.error {
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/x.png);	
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:25px;
}

#formWrap h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #CCC;
	color:#F15D27;
	margin-left:25px;
}
/* CSS Document */

#mainleftcontact {
	width: 690px;
}
#gegevens {
	height: 150px;
	background:#FFF;
	border:1px solid #999;
	-moz-border-radius:10px;
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-border-radius:10px;
	-webkit-box-shadow:2px 2px 2px #999;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	margin-top: 25px;
}


.menunavcontact {
	list-style-image: none;
	list-style-type: none;
	width: 220px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menunavcontact li {
	margin-bottom: 1px;
}
.menunavcontact li a:hover {
	color:#000;
	background-color: #DCDCDC;
}
.menunavcontact li a {
	display:block;
	color:#666;
	text-decoration:none;
	line-height: 24px;
	text-indent: 18px;
	background-color: #EEE;
}
.menunavcontact li.top {
	color:#FFF;
	background-color: #F15D27;
	text-indent: 18px;
	font-weight: bold;
	line-height: 24px;
}
