div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 1px solid #ff0000;
	width:405px;
	margin-left:0;
}

span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-form-control-wrap input {
	width:244px;
}
* html span.wpcf7-form-control-wrap input {
	width:240px;
}
span.wpcf7-form-control-wrap textarea {
	overflow-x: hidden;
	overflow-y: hidden;
	width:244px;
}
* html span.wpcf7-form-control-wrap textarea {
	overflow-x: hidden;
	overflow-y: hidden;
	width:240px;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 200px;
	padding: 2px;
}
.documentatie .wpcf7-not-valid-tip {
	margin-left:41px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em; /*** VERWIJDEREN ***/
	padding:0;
}
/**/
span.wpcf7-list-item input {
	border:none;
	
}
* html span.wpcf7-list-item input {
	margin-right:-8em;
	padding-right:-8em;
	margin-left:-8em;
	padding-left:-8em;
}
span.wpcf7-list-item span {
	margin-left:-1em;
}
/**/
.cb-contact .wpcf7-list-item {
	color: #000;
	float: left;
	clear: both;
	padding-left: 163px; /*** VERWIJDEREN ***/
}
/**************************
div#contact-container{
	padding-left: 163px;
}
div#links{
	float:left;
	margin-right:-4em;
}
div#rechts{
	float:left;
	margin-right:-4em;
}
**************************/
.cb-contact .wpcf7-list-item label {
	color: #000;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}