/* ec heeft vaak geen breedte dus die hier meegeven */
.content .ec {
	min-height: 300px;
	min-width: 600px;
  padding-top:13px;
  background-color:#fff;
	color: #000;
}


.content .nikiHouseType {
   width: 560px;
   float: left;
    padding-top: 0;
  
}

.content .nikiHouseType .houseTypeContentHeader,
   .content .nikiHouseType .houseTypeDescription
{
   padding-left: 15px;
}

.content .nikiHouseType .priceList {
    padding-right: 15px;
}


.content .getHouseInterest {
   width: 620px;
}

.ec .nikiWS #houseTypeOverview.ec_table th, #priceListTable.ec_table th {
	background-color:#00a6eb;
	border-left:1px solid #FFFFFF;
	color:#FFFFFF;
	margin:0;
	padding:0 0 0 10px;
}

/* soms zit er een .content div in de ec, dis is een bug, hiermee zorg je ervoor dat ie niet de style van de main .content overneemt */
.content .ec .content {
	position: relative;
	left: 0;
	top: 0;
}

/************ interesse */

.ec p {
color:#000000;
font-size:12px;
margin-right:50px;
}
.nikiWS p {
padding:0;
}

.content .nikiWS {
	padding-bottom: 20px;
	padding-left:15px;
		padding-right:15px;
}

.content .nikiWS #interestForm h2 {
  color:#0d1d72;
  padding-left:6px;
}

.content .nikiWS #interestForm {
  background-color:#fff;
}

.content .nikiWS #interestForm .fieldset  {
  background-color:#fff;
}

.content .nikiWS .inputbutton {
  margin-right:10px;
}

