.custom-error-message
{
	background-color: #a00;
	color:#fff;
	list-style-type:none;
	list-style-position:inside;
	font-size:14px;
	padding: 0 1em;
}

.help-inline
{
	margin-bottom:9px;
}

.parsley-error-list
{
	margin:0 !important;
}

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#Senden {
padding: 11px 19px !important;
}

/* captcha stuff */
table#recaptcha_table
{
	table-layout: auto;
	width:auto;
	background-color:transparent;
}

#recaptcha_area img
{
	background-color:transparent;
	padding:0;
	border:0;
	margin:0;
}

/* --------------------------- */
/* Formularbreite -> FB = 70em */
/* --------------------------- */

.ThlFormDiv
{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	padding:0em;
	width:70em;
	/*font-size:0.95em;*/
}

.ThlForm
{
	margin:1em;
}

.ThlForm fieldset
{
	border:0;
}

.FormMargin
{
	margin:0.5em 1em;
}

.FormRow
{
	padding:0.5em 0.25em;
	overflow:hidden;
	clear:both;
	border-bottom:dotted 1px #aaa;
	width:67.5em; /*  FB-2.5em */
}

div.Last
{
	border-bottom:0;
}

.FormRowCol1
{
	float:left;
	width:50%;
}

.FormRowCol2
{
	float:right;
	width:50%;
}

.Alt
{
	/* background-color:#f4f4f4; */
	border-bottom:dotted 1px #aaa;
}

/*
.FormHeader, .FormFooter
{
	background:#fff url(/images/ThlForm/HeaderBack.png) center center repeat-x;
	height:1.5em;
	line-height:1.5em;
	text-align:center;
	margin:0;
	padding:0.75em;
}

.FormHeader .FormHeaderText
{
	background-color:#fff;
	text-transform:uppercase;
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:0.02em;
	
}
*/

.FormButtons
{
	text-align:center;
	margin-bottom:2em;
}

.FormButtons input
{
	/*font-family:"Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;*/
	text-transform:uppercase;
	font-weight:bold;
	padding:0.45em 1em;
	cursor:pointer;
	border-top:solid 2px #e5e5e5;
	border-left:solid 2px #e5e5e5;
	border-right:solid 2px #333;
	border-bottom:solid 2px #333;
}

.FormButtons input:hover
{
	background-color: #dfd;
}

.FormButtons input.SubmitButton
{
	background-image: url(/images/ThlForm/go-next.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
}



.FormRow label
{
	/*font-family:"Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;*/
	display:block;
	border: solid 1px transparent;
	text-transform:uppercase;
	/*font-size:0.9em;*/
	/*color:#666;*/
}

.FormRow span
{
	/*font-family:Tahoma, Geneva, sans-serif;*/
	/*
	display:block;
	border: solid 1px transparent;
	*/
	/*font-size:0.9em;*/
	/*color:#33e;*/
}


.FormRow .TextInput
{
	background-color: #fff;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
/*	font-size:1.25em;*/
	display:block;
	margin:0;
	width:25em; /* FB - 2em - 0.5em; */
	padding:0.5em;
	border: solid 1px #999;
	text-align:left;
}

.FormRow .Req
{
	border: solid 1px #faa;
	/*background: #fff url(Req.png) no-repeat right top;*/
}

.FormRow .curFocus
{
	background-color: #eff;
}


.FormRow .FormRowCol1 .TextInput, .FormRow .FormRowCol2 .TextInput
{
	width:25em; /* (FormRow-Width / 2) - 2.5em */
}

label.error, .error
{
	color: #b00;
}