.form-box .form {
	margin-bottom: 25px;
	color: #46405f;
	border-collapse: collapse;
}
.form-box .last-table {
	margin-bottom: 5px;
}
.form-box .form td {
	padding: 5px 0;
}
.form-box .form td.left {
	width: 145px;
}
.form-box .form td td.left {
	width: 80px;
}
.form-box .form td.half {
	width: 65%;
}
.form-box .form td.half-first {
	width: 35%;
}
.form-box .form input.text {
	/*width: 277px;*/
	width: 257px;
	margin-left: 10px;
	height: 19px;
	border: 1px solid #46405f;
	padding: 0 0 0 10px;
	line-height: 19px;
	color: #8b796f;
	font-weight: bold;
	font-size: 95%;
}
.form-box .form select {
	margin-left: 10px;
	width: 269px;
}
.form-box .form textarea {
	padding: 5px;
	width: 364px;
	height: 75px;
	color: #8b796f;
	font-family: verdana;
	font-size: 95%;
	border: 1px solid #46405f;
}
.form-box .form label {
	line-height: 18px;
}
a.btn-verstuur-aanvraag {
	display: block;
	width: 160px;
	background-color: #45425D;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none !important;
}
a.btn-verstuur-aanvraag:hover {
	text-decoration: none;
	background-color: #5495C4;
}
#nieuwsbrieven .checkbox,
.form-box .form td.left .radio {
	margin-left: 10px;
}
.checkbox {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	background: url('../images/checkbox.gif') 0 0 no-repeat;
}
.checkbox_on {
	background-position: 0 100%;
}

.radio {
	float: left;
	display: block;
	width: 20px;
	height: 19px;
	background: url('../images/radio.gif') 0 0 no-repeat;
}
.radio_on {
	background-position: 0 100%;
}

/* Validation */
.error-box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid Red;
	background: #fde0e1;
}
.error-box ul {
	list-style: none;
}
.error-box ul li {
	line-height: 18px;
}
/* selects */
.selectArea {
	position:relative;
	margin-left: 10px;
	height:21px;
	float:left;
	color:#58595b;
	font-size: 90%;
	font-weight: bold;
	line-height :21px;
	background:url(../images/selectbox.gif) repeat-x;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:100%;
	display:none;
}
.selectArea .left-image {
	background: url('../images/selectbox-left.gif') 0 0 no-repeat;
}
.selectArea a.selectButton {
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:100%;
	height:23px;
	overflow:hidden;
	text-decoration:none !important;
	clear:both;
	background:url(../images/selectbox-arrow.gif) no-repeat 100% 0;
}
//.selectArea a.selectButton:hover {background:url(../images/selectbox-arrow.gif) no-repeat 100% -23px;}
.selectArea .center{
	height:100%;
	display:block;
	clear:both;
	padding:0 30px 0 10px;
}
/* selects drop-down */
.selectOptions {
	margin:-1px 0 0 0;
	border:1px solid #46405f;
	background:#fff;
}
.selectOptions ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.selectOptions ul li {
	text-align: left;
	overflow:hidden;
	color: #46405f;
	font-size: 65%;
	line-height: 19px;
	font-weight: bold;
}
.selectOptions a {
	color:#58595b;
	text-decoration:none !important;
	display:block;
	height:1%;
	padding:0 0 0 10px;
}
.selectOptions a:hover {
	background-color:#c8c6cf;
}
.outtaHere {
	position:absolute;
	left:-9999px;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

