@charset "utf-8";
* {
	margin:0;
	padding:0;
}
#formWrap {
	float: left;
	width: 628px;
	margin-left: 0.2em;
	background-image: url(../images/reactie_bg.gif);
	background-repeat: repeat-y;
}
.formTop {
	background-image: url(../images/reactie_top.gif);
	background-repeat: no-repeat;
	height: 6px;
}



.form {
	font-family: "Trebuchet MS", Verdana;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;

}
.formBottom {
	background-image: url(../images/formulier_bottom.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 628px;
	float: left;
	margin-left: 0.2em;
	margin-bottom: 2em;
}
.form label {
	display: block;
	width: 300px;
	margin-bottom: 0.1em;
	color: #FFFFFF;
	font-size: 0.9em;
}
.form .text {
	width: 15em;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	padding: 2px;
}
.form textarea {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 1em;
	overflow: scroll;
}
.form .text:focus, textarea:focus {

}
.form #submit {
	display: block;
}
.cform {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #717B8B;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cform fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cform legend {
	display: none;
}

.cform ol {
}
.cform ol li {
	margin-bottom: 10px;
}
.cform label {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}
.cform label span {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	width: 170px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.cform input {
	font-size: 13px;
	color: #000;
	padding: 1px;
}
#cf_field_2,
#cf_field_3,
#cf_field_4 {
	width: 180px;
}
#cf_field_5,
#cf_field_6,
#cf_field_7,
#cf_field_8 {
	width: 50px;
}
.cform #sendbutton {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 170px;
	margin-top: 10px;
	width: 90px;
}
.linklove  {
	display: none;
}

.cform .cf_hidden {
	display: none;
}
.nocomments {
	display: none;
}
.failure {
	font-size: 14px;
	font-weight: bold;
	background-color: #F4CACA;
	padding: 4px;
	color: #C00;
}
.success {
	font-size: 14px;
	padding: 4px;
	background-color: #E2F7DD;
	color: #090;
	font-weight: bold;
	border: 1px solid #090;
}

