.formulierblock 
{
	border:0; 
	padding:2px; 
	line-height:15px;
}

.formulierblockhover 
{ 
	border:2px solid #D44529;
	padding:0; 
	cursor:default;
}

table.formulier
{
	width:568px;
	border:1px solid #E4E9E8;
}

table.formulier td.label 
{
	width:149px; /* 159 */
	padding-left:10px;
}

table.formulier td.Titel 
{ 
	width:528px; /*538*/
	padding:21px 0 10px 10px;
	color:#7D7D7D; 
	font-size:14px; 
	font-family:Verdana, Geneva, Sans-Serif; 
	font-weight:bold; 
}

table.formulier td.Tekst 
{
	width:528px; /*538*/
	padding-left:10px;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
    font-size:11px;
    color:#7D7D7D;
}

table.formulier td.input input
{ 
	width:388px; /* 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:11px;
    color:#7D7D7D;
}

table.formulier td.input .fileupload
{ 

}


table.formulier td.input textarea
{ 
	width:388px; /* 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:11px;
    color:#7D7D7D;
}

table.formulier td.input select
{ 
	width:388px; /* 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:11px;
    color:#7D7D7D;
}

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:11px;
    color:#7D7D7D;
    width:370px;
}

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;
}

table.formulier td.radiobuttonlist label
{ 
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
    font-size:11px;
    color:#7D7D7D;
    width:370px;
}

table.formulier td.mandatory 
{
	width:15px;
	vertical-align:top;
}

table.formulier td.input .captcha
{
	width:158px;
	height:31px;
	border:1px solid #E4E9E8;
}

table.formulier td.verplicht 
{
	width:388px; /* 390 */
}

table.formulier td.verplicht .verplichttekst
{
    font-size:11px;
    color:#7D7D7D;
    width:194px;
    float:left;
}  

table.formulier div.verzenden
{
	text-align:right;
	/*text-align: -moz-right; */
	width:194px;
	float:left;
	padding-top:3px;
}

table.formulier div.verzenden a
{
	display:block;
	background-image:url(/images/modules/acmsFormulier/btn_verstuur.gif.v=1);
	background-repeat:no-repeat;
	width:92px;
	height:14px;
}

.SuccesTekst
{
	width:540px;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
	font-size:12px;
	color:green;
	margin-top:10px;
}

.ErrorTekst
{
	width:540px;
	font-family:Verdana,Tahoma, Geneva, Sans-serif;
	font-size:12px;
	color:red;
	margin-top:10px;
	text-align:right;
}

