.form {
	margin-top: 1em;
}
.form fieldset .row {
	clear: both;
	padding: 5px 0;
	line-height: 28px;
}
.form fieldset .row label {
	position: relative;
	float: left;
	display: block;
	width: 150px;
	height: 28px;
}
.form fieldset .row label em {
	padding-right: 3px;
	color: #990033;
}
.form fieldset .row label span {
	position: absolute;
	top: 0;
	right: 10px;
	padding-right: 0px;
}
.form fieldset .row .right {
	float: left;
}
.form fieldset .row .right textarea {
	width: 316px;
	height: 100px;
	border: 1px solid #acacac;
}
.form fieldset .row .right input {
	border: 1px solid #acacac;
	padding: 0 5px;
	height: 26px;
	width: 311px;
	line-height: 26px;
}
.form fieldset .row .right select {
	margin-top: 6px;
	border: 1px solid #acacac;
	color: #003399;
}
.form fieldset .row .right .ikben {
	width: 320px;
}
.form fieldset .row-submit .onderschrift {
	float: left;
	width: 150px;
	margin-left: 135px;
}
.form fieldset .row-submit .onderschrift em {
	padding-right: 3px;
	color: #990033;
}
.form fieldset .row-submit .btn-submit {
	float: right;
	margin-right: 30px;
	display: block;
	width: 87px;
	height: 47px;
	background: url('../images/btn-submit.gif') 0 0 no-repeat;
	text-indent: -9999px;
	
}
.form fieldset .row-submit .onderschrift p {
	font-weight: bold;
	color: #003399;
}
.error-box {
	border: 1px solid #990033;
	background: #efd6de;
}
.error-box ul {
	margin: 0 25px;
	line-height: 18px;
}
.error-box ul li {
	color: #000 !important;
}

.clear {
	line-height: 0;
	font-size: 0%;
	height: 0;
	clear: both;
}