

.txt, .txtklein, .txtarea
{
	background-color: #fff;
	border: solid 1px ;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	font-family: inherit;
}
.txt
{
	height: 18px;
}

.txt.normal
{
	width:270px;
}
.txt.small
{
	width:100px;
}
.chk
{
	margin: 0;
	padding:0;
	margin-bottom: 13px;
}

.slct
{
	min-width: 220px;
}

.txt.error, .veld.error, .txtarea.error, .chk.error, .slct.error, input.error, textarea.error
{
	background-color: #fff;
	border: solid 2px #ce3f44;
}

input[type=radio].error{
    /*outline: 2px solid #ce3f44;*/
}

label.error
{
	display: inline-block;
	color: #ce3f44;
	font-size:14px;
}
.txtklein
{
	height: 14px;
	font-size: 10px;
	width: 20px;
}


.verplicht
{
	color:red;
	font-weight:bold;
}


.frmheader b
{
	color: ;
	font-weight: bold;
}
.frmheader
{
	padding-top: 5px;
	height: 20px;
}
#extraopmerkingen, .extraopmerkingen, #mobielnr, .inputmobielnummer
{
	display: none;
}

#contactformulier
{
	margin-top:35px;
	width:95%;
	display:table;
}


#contactformulier div#contactr
{
	display:table-row;
	padding-left:20px;
}
#contactformulier div.contactc1, #contactformulier div.contactc2
{
	display:table-cell;
	vertical-align:top;
	padding:0;
	padding-bottom: 10px;
	
	
}
#contactformulier div.contactc1 
{ 
	
	text-align: left; 
	width:250px;
	padding-left:20px;
}
#contactformulier div.contactc2
{
	width:400px;
}
#contactformulier div input[type="text"]
{
	width: 315px;
	padding:5px;
}
#contactformulier div textarea
{
	width:324px;
	height:105px;
}
#contactformulier div textarea.ita
{
	font-style: italic;
}
#contactomschrijving
{
	margin-top:20px;
}
#contactomschrijving p
{
	
	
}
