* {
	font-family: Verdana;
	font-size: 13px;
	line-height: 21px;
	color: #4a4a4a;
}

h2, h2 a
{
	color: #ff3e02;
	font-size: 32px;	
	font-weight: normal;
	font-family: Verdana;
	line-height: 41px;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}

a
{
	color: #4a4a4a;
	font-size: 13px;	
	font-weight: normal;
	font-family: Verdana;
	line-height: 21px;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}

a:hover
{
	color: #ff3e02;
	font-size: 13px;	
	font-weight: normal;
	font-family: Verdana;
	line-height: 21px;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}

strong
{
	color: #ff3e02;
	font-size: 13px;	
	font-weight: bold;
	font-family: Verdana;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}

.input {
    border: 1px solid #000;
    background: #fff;
    height: 22px;
}

.input.verplicht {
    border: 1px solid #000;
		background:#FFF url(../images/verplicht-input.jpg) no-repeat top right;
    height: 22px;
}

.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

.button {
    border: 0px solid #000;
    background: #ff3e02;
    color: #fff;
    height: 22px;
}

textarea {
    border: 1px solid #000;
    background: #fff;
}

textarea.verplicht {
		background:#FFF url(../images/verplicht-input.jpg) no-repeat top right;
    border: 1px solid #000;
    height:80px;
}

b
{
	color: #ff3e02;
	font-size: 12px;	
	font-weight: bold;
	font-family: Verdana;
	margin: 0 0 10px 0;
	margin-left:0px;
	padding: 0;
	text-decoration: none;
}