/* ALGEMEEN */

body, table, td, p, a, h3, div, span {
	background:#fff;
	color:#000000;
	font-size:12px;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
}
		
	
form {
	width:540px;
}

fieldset { 
	width:520px;
	border: none;
	background:url(../images/hr.gif) repeat-x bottom left;
	padding-bottom:20px;
}
	
/* laatste fieldset geen hr voor button "verzenden" en "wissen"*/	
fieldset#fs_gegevens{
	border-bottom: none;
}

	
fieldset legend { 
	margin:0px;
	padding:0px;
	margin-left:-5px;
	color:#c41230;
	font-weight: normal;
	font-size:16px;
	padding-top:10px;
	padding-bottom:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

label 	{
 	width:120px;
	display:block;
	float:left;
}


	
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000000;
	}
select{	
	width:155px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000000;
}

input.formElement {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000000;
}


	
/* PERSOONSGEGEVENS */
.fs_naw div.inputblok {
	clear:both;
	height:25px;	
}

/* label 120 breed en formulier veld er direct achter*/


fieldset.fs_naw div.inputblok input,
fieldset.fs_naw div.inputblok select,
fieldset.fs_naw div.inputblok textarea {
	float:left;
	width:180px;
	}


/* PLAATSEN */

div#inputprovince {
	width:360px;
	clear:both;
	}
fieldset.fs_plaatsen div.inputblok input,
fieldset.fs_plaatsen div.inputblok select{
	width:150px;

}
fieldset.fs_plaatsen div.inputblok {
	width:180px;
}

div#inputcities,
div#inputselectedCities,
div#inputgebieden,
div#inputselectedGebieden {
	float:left;
	}

fieldset#fs_plaatsen div.inputblok {
	margin-top:5px;
	}
fieldset#fs_plaatsen div.inputblok label
 {width:180px;}
/* NIEUWE REGELS */


 
 
fieldset#fs_financieel div.inputblok, 
fieldset#fs_gegevens div.inputblok, 
fieldset#fs_woning div.inputblok,
fieldset.typeOf div.inputblok{ 
		clear:left;
		width:520px;
		height:25px;	
		
	}


/* prijsklasse style*/
div.van-tot-select {float:left; }
div.van-tot-select div.title {width:120px;}
div.van-tot-select div {float:left;}
div.van-tot-select div select { width:155px;}

div#div#inputsalePriceFrom { float:left;}
div#inputsalePriceFrom label { 	width:120px;}
div#inputsalePriceTo label{ 	width:50px;	text-align:center;}


div#div#inputrentPriceFrom { float:left; width:280px;}
div#inputrentPriceFrom label { 	float:left;width:120px;}
div#inputrentPriceTo label{ 	width:50px;	text-align:center;}
div#div#inputrentPriceTo {float:left;}

div#inputconstructionYearFrom {	float:left;	}
div#inputconstructionYearFrom label{width:120px;	}
div#inputconstructionYearTo label{	width:50px;	text-align:center;}


fieldset#typeOfApartment input {border:none;float:left;}
fieldset#typeOfApartment label {
	
	width:400px;
	float:left;
}

div#inputCheckbox1,
div#inputCheckbox2  {
	clear:both;
	}
	
div#inputCheckbox1 label,
div#inputCheckbox2 label {
	float:left;
	width:500px;
	}
div#inputCheckbox1 input#checkbox1,
div#inputCheckbox2 input#checkbox2
{
	float:left;
	margin-left:10px;
	
}

.inputblok#inputCheckbox1 {padding:10px 0 0 0;}


/* SUMBIM*/
input.submit {
		width: 76px;
		height: 23px;
		display:block;
		border: 0px solid #000000;
		background:url(../images/verstuurblauw.gif) no-repeat 0 0;
		font-size: 0; text-indent:-9999px; line-height:0;
		
		cursor:pointer;
		cursor:hand;
		margin:40px 0 0 10px;
		}