BODY {
	
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0px;
}

/* Geen rand om de fieldset en wat extra ruimte */
FIELDSET { 
	border:0px;
	margin-top:10px
}

/* Style of all subtitles */ 
LEGEND { 
	color:#000000;
	font-weight:bold;
}

/* Style of all labels */
LABEL {
	display:block;
	float:left;
	width:120px;
}

/* Style of all dropdownmenus */
SELECT {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	width:120px;
}

/* elk input op een niewe regel*/
.inputblok {
	clear:left;
	display:block;	
	margin:3px;
}

/* tot labeltjes kleiner dan normale labels*/
#inputsalePriceTo LABEL,  #inputrentPriceTo LABEL {
	margin-left:8px;
	width:30px;
}

/* zorgt ervoor dat tot achter van komt*/
.vanselect {
	display:block;
	float:left;
}

/* 2 keer 180 pixels naast elkaar steden select*/
#inputcities { float:left; width:180px; }
#inputcities SELECT { width:180px; }
#inputselectedCities { clear:none; margin-top:3px; }
#inputselectedCities LABEL { margin-left:10px; width:180px;	}
#inputselectedCities SELECT { margin-left:10px; width:180px; }

#inputgebieden { float:left; width:180px; }
#inputgebieden SELECT { width:180px; }
#inputselectedGebieden { clear:none; margin-top:6px; }
#inputselectedGebieden LABEL { margin-left:10px; width:180px;	}
#inputselectedGebieden SELECT { margin-left:10px; width:180px; }

/* /2 keer 180 pixels naast elkaar steden select*/

/* Linker ster aan  */
/**/
SPAN.required {
	display:inline;
}

LABEL SPAN.required {
	color:#000000;
	display:inline;
}

/* Rechter ster aan  */
/* 
SPAN.required {
	color:red;
	display:inline;
}

LABEL SPAN.required { 
	display:none;
}
*/

DIV#inputprovince { padding-top:15px; }
DIV#inputselectedCities { padding-top:3px; }
