div.formulier {
	width:				470px; 
	height:				auto;
	margin:				0px;
	background: 		url("../images/css_bg/page_bg_2.png") repeat-x;
}

.resform td {
	padding:			2px 0px;
	margin:				0px 0px;
}

.resformlabel {
	font: 				bold 10px/13px  verdana;
	text-align:			right;
	color:				#950008;
	width:				140px;
}

.resformfield {
	text-align:			left;
}

.resformradio {
	text-align:			left;
}

.resformfield input{
	font: 			 	13px/13px  georgia, serif;
	margin-left:		10px;
	text-align:			left;
	width:				280px;
	border:				1px solid #ccc;
	text-decoration:	none;
	color:				#333;
}

.resformradio input{
	font: 			 	13px/13px  georgia, serif;
	margin-left:		10px;
	text-align:			left;
	width:				20px;
	/*border:				1px solid #ccc;*/
	text-decoration:	none;
	color:				#333;
}

.resformfield textarea{
	font: 			 	13px/13px  georgia, serif;
	margin-left:		10px;
	text-align:			left;
	width:				280px;
	border:				1px solid #ccc;
	text-decoration:	none;
	color:				#333;
}

.resformfield img{
	margin-left:		5px;
	margin-right:		5px;
	margin-bottom:		-3px;
}

.formbuttons {
	margin-top:			20px;
	margin-bottom:		20px;
	/*border:			1px solid #000;*/
	width:				470px;
	text-align:			center;
}
.formbuttons td {
	/*border:				3px solid #000;*/
	width:				150px;
	text-align:			center;
}

.sendbutton a {
	display:			block;
	width:				72px;
	height:				22px;
	background: 		url("../images/verzend.png") 0 0 no-repeat;
	font:				bold 10px/24px verdana, sans-serif;
	text-align:			center;
	color:				#fff;
	text-decoration:	none;
}

.sendbutton a:hover {
	background-position: 0px -22px;
	color:				#555;
	
}

.sendbutton a:active {
	background-position: 0px -44px;
	font:				bold 10px/22px verdana, sans-serif;
	color:				#fff;
}
