.formulierblock 
{
	border:0; 
	padding:2px; 
	line-height:15px;
	font-size: 11px;
}

.formulierblockhover 
{ 
	border:2px solid #968D00;
	padding:0; 
	cursor:default;
}

table.formulier
{
	width:292px;
	border:none;
}

table.formulier td.label 
{
	width:149px; /* 159 */
	padding-left:5px;
}

table.formulier td.Titel 
{ 
	width:282px; /*538*/
	padding:21px 5px 10px 5px;
	color:#fff; 
	font-size:14px; 
	font-family:Verdana, Geneva, Sans-Serif; 
}

table.formulier td.Tekst 
{
	width:282px; /*538*/
	padding-left:5px;
	padding-right: 5px;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
    font-size:12px;
    color:#E5E5E5;
}

table.formulier td.input
{ 
	width:175px; /* 390 */
}
table.formulier td.input input
{ 
	width:175px; /* 390 */
	border-left:1px solid #E2E3EA;
	border-right:1px solid #DBDFE6;
	height:20px; /*22*/
	border-top:1px solid #ABADB3;
	border-bottom:1px solid #E3E9EF;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
    font-size:12px;
    color:white;
    background-color: #2F2F2F;
    border: 1px solid #505050;
}

table.formulier td.input .fileupload
{ 

}


table.formulier td.input textarea
{ 
	width:175px; /* 390 */
	border-left:1px solid #E2E3EA;
	border-right:1px solid #DBDFE6;
	height:72px; /*74*/
	border-top:1px solid #ABADB3;
	border-bottom:1px solid #E3E9EF;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
    font-size:12px;
    color:white;
    background-color: #2F2F2F;
    border: 1px solid #505050;
}

table.formulier td.input select
{ 
	width:175px; /* 390 */
	border-left:1px solid #E2E3EA;
	border-right:1px solid #DBDFE6;
	height:20px; /*22*/
	border-top:1px solid #ABADB3;
	border-bottom:1px solid #E3E9EF;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
    font-size:12px;
    color:white;
    background-color: #2F2F2F;
    border: 1px solid #505050;
}

table.formulier td.checkboxlijst input
{ 
	width:18px;
	border-left:1px solid #E2E3EA;
	border-right:1px solid #DBDFE6;
	border-top:1px solid #ABADB3;
	border-bottom:1px solid #E3E9EF;
}

table.formulier td.checkboxlijst label
{ 
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
    font-size:12px;
    color:#7D7D7D;
    width:250px;
}

table.formulier td.radiobuttonlist input
{ 
	width:18px;
	border-left:1px solid #E2E3EA;
	border-right:1px solid #DBDFE6;
	border-top:1px solid #ABADB3;
	border-bottom:1px solid #E3E9EF;
	background-color: #2F2F2F;
}

table.formulier td.radiobuttonlist label
{ 
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
    font-size:12px;
    color:#7D7D7D;
    width:250px;
}

table.formulier td.mandatory 
{
	width:15px;
	vertical-align:top;
}

table.formulier td.input .captcha
{
	width:175px;
	height:31px;
	border:1px solid #E4E9E8;
}

table.formulier td.verplicht 
{
	width:175px; /* 390 */
}

table.formulier td.verplicht .verplichttekst
{
    font-size:11px;
    color:#E5E5E5;
    width:180px;
    float:left;
    text-align: right;
}  

table.formulier div.verzenden
{
	text-transform: uppercase;
	text-align:right;
	/*text-align: -moz-right; */
	width:80px;
	padding-top:3px;
	float: right;
}

table.formulier .verzendlink
{
	display:block;
}

.SuccesTekst
{
	width:292px;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
	font-size:12px;
	color:white;
	margin-top:10px;
}
.SuccesTekst h2 
{	
	color: White;
	}

.ErrorTekst
{
	width:278px;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
	font-size:12px;
	color:red;
	text-align: right;
	margin-top:10px;
}

/* LATEN STAAN */
input.name 
{ 
    position: absolute; 
    left: -4000px; 
}
