/** formulier **/

.uploadedfiles {
	margin-left: 170px;	
}
	
.frmIntroText {
	font-size: 1.1em;
	margin: 3px 0;
	color: #465E99;
}

.required {
	display: inline;
	float: none;
	margin-left: 0px;
}

.before, .frmConfirmLeft, .frmQuestion .label, .after{
	float: left;
	margin: 0px;
	width: 490px;
	font-size: 1.1em;
}

.after {
	padding-right: 120px;
	padding-bottom: 4px;
}

.frmQuestion {
	padding: 5px 0px;
}

.frmQuestion .frmTextInput, .frmQuestion textarea, .frmQuestion select {
	border: 1px solid #2893CC;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.1em;	
}

.frmQuestion .frmTextInput, .frmQuestion textarea {
	width: 270px;
	padding: 2px 5px;
}

.frmQuestion select {
	width: 282px;
	height: 20px;
}

.radiocheckbox input {
	width:15px;
	float:left;
	margin:0px 5px 0px 0px;
}

.radiocheckboxGroup fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}


/** error span **/

.frmGenerator span.frmErrorMessage {
	color: red;
	width: 270px;
	font-weight: normal;
	display: none;
}
.frmGenerator span.frmErrorMessageShown {
	color: red;
	display: block;
	visibility: visible;
}
.frmGenerator span.frmErrorMessageHidden {
	display: none;
	visibility: hidden;
}

/** end error span **/


.versturen {
	margin: 11px 0px 20px 170px;
}

.versturen a {
	padding: 5px 12px; 
	background: #2893CC; 
	color: #fff; 
	font-size: 1.2em; 
	font-weight: bold; 
	text-decoration: none; 
	margin-right: 15px;
}

.versturen a:hover {
	color: #FFF;
	background: #465E99;
}

.discreet {
	display: block;
	padding-top: 10px;	
}

/** end formulier **/
