@CHARSET "ISO-8859-1";

div.button-verzend
{
	margin-top: 30px;
}

div.form
{
	width: 392px;
    margin-top: -11px;
}

div.form > div
{
	margin-top: 17px;
	clear: both;
	width: 391px;
	height: 22px;
	margin-height: 22px;
	height: auto !important;
 
}

div.form > div > label
{
	float: left;
	width: 133px;
	vertical-align: middle;
  line-height: 20px;

}

div.form > div > div
{
	display: inline-block;
	height: 22px;
	height: 22px;

	width: 253px;
}

div.form input[type="text"]
{
	
	border-style: solid;
	width: 255px;
	height: 22px;
	margin-top: -1px;
	border: 1px solid #cccccc;
		
}

div.form label[for="bericht"]
{
	display:inline-block;
}


div.form textarea
{
	border-style: solid;
	border: 1px solid #cccccc;	
	width: 255px;
	height: 117px;
	overflow: none;
}

div.form-block-expand
{
	width: 900px !important;
}

div.form-block-expand > div
{
	display: block;
	widht: 700px;

}

div.form-block-expand input[type="text"]
{
     display: inline-block;
}
input.button-verzend-formulier
{
	background:url("/img/button-verzend-formulier.png") no-repeat top right;
	width: 176px;
	height: 23px;
	float: right;
	margin-top: 19px;
	border-style: none;
	
}

input.button-verzend-formulier:hover
{
	background:url("/img/button-verzend-formulier-hover.png") no-repeat top right;
	width: 176px;
	height: 23px;	
}

div#bericht-area
{
	display: block;
	clear: both;
	width: 100%;
	min-height: 117px;
	height: auto !important;
	margin-top: 54px;
}


