/* css-file voor aanvraagformulieren */
html
{
	overflow-x: hidden;
}

body {
	margin-left:0px;
	margin-top:0px;
    font-family:arial, verdana;
    font-size:12px;
}

.content
{
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 4px;
}

.errorSummary 
{
    font-family:arial, verdana;
    font-size:12px;
    width:470px;
    color:#000000;
    padding: 2px 0px 2px 4px;
    border:1px dashed #f00;
    position:relative;
    left:15px;
}

fieldset{
    font-family:arial, verdana;
    font-size:12px;
    width:100%;
    border:0px;
    position:relative;
    left:0px;
}

form
{
	width: 512px;
	background-color: White;
}

.hidden
{
    display:none;
}

.indicator
{
	float: right;
}

.informatie
{
	float: left;
    background-color:#b3c9ab;
    font-family:arial, verdana;
    font-size:12px;
    font-weight:bold;
    color:black;
    width:470px;
    padding: 10px 0px 10px 10px;
    border:1px solid #cccccc;
    margin-left:5px;
}

textarea, select, input[type=text]
{
    border:1px solid #8A9EC4;
}

.inputWhenBlank
{
	color: Gray;
	font-style: italic;
	width:140px;
}

.input1{
    width:40px;
}

.input2{
    width:90px;
}

.input3
{
    width:140px;
}

.input4{
    width:200px;
}

.input5{
    width:440px;
}

.input6{
    width:260px;
}

#ctl00_cphAfzender_ucAfzender_qVoorletters.stelling
{
	float: left;
	display: block;
	border: 0px solid #e0e7f1;
	margin-right: 8px;
}

#ctl00_cphAfzender_ucAfzender_qAchternaam.stelling
{
	clear:none;
	float: left;
	display: block;
	border: 0px solid #e0e7f1;
	width: 300px;
}

#ctl00_cphAfzender_ucAfzender_qPostcode.stelling
{
	float: left;
	clear: left;
	display: block;	
	border: 0px solid #e0e7f1;
}
#ctl00_cphAfzender_ucAfzender_qWoonplaats.stelling
{
	clear:none;
	float: left;
	display: block;
	border: 0px solid #e0e7f1;
    width: 300px;
}

#ctl00_cphAfzender_ucAfzender_qTelefoon.stelling
{
	float: left;
	clear: left;
	display: block;
	border: 0px solid #e0e7f1;
}
#ctl00_cphAfzender_ucAfzender_qTelefoon2.stelling
{
	clear:none;
	float: left;
	display: block;
	border: 0px solid #e0e7f1;
}

.knop_submit
{
	margin: auto;
	background: url(btn_form.gif);
	width: 211px;
	height: 26px;
	display: block;
	color: White;
	font-size: 10pt;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
}

.knop_submit_rechts
{
	text-align: right;
	background: url(btn_Submbit_rechts.gif);
	width: 100px;
	height: 18px;
	display: block;
	color: White;
	font-size: 8pt;
	padding-top: 2px;
	padding-right: 37px;
	float: right;
	margin-right: 10px;
}

.Koptekst
{
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	color: #bb0000;
}

.splitter
{
	clear: left;
	float: left;	
	margin-top: 20px;
	width: 492px;
	height: 1px;
}

.stelling
{
	clear: left;
	border: 0px solid #e0e7f1;
	margin-right: 8px;
	margin-top: 8px;
	display: block;
}

.stelling_antwoord
{
    text-align:left;
    border:0px solid #eeeeee;
}

.stelling_vraag
{
	text-align: left;
	white-space:nowrap;
	border: 0px solid #eeeeee;
	margin-top: 4px;
	vertical-align: bottom;
}

.verplichteVelden
{
	color:#999;
	padding:5px 5px;
}

.witregel
{
	clear: both;
	padding: 8px 0 2px 0;
}

