div#content-inner input.adres{
	background: none;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 350px;
	margin-right: 10px;
	text-indent: 10px;
}
div#content-inner input.dealerLocatorSubmit{
	background: none;
	color: #FFFFFF;
	background-color: #E03027;
	border-color: #E03027;
	border-radius: 10px;
	height: 20px;
	width: 100px;
	margin-top: 10px;
	cursor: pointer;
	line-height: 20px;
	float: right;
	margin-right: 10px;
}
div#content-inner select.radius{
	background: none;
	border: 1px solid #CCCCCC;
	color: #000000;
	height: 32px;	
	width: 80px;
	display: block;
}
div#content-inner div.countryOption{
	float: left;
	height: 40px;
	width: 100px;
	line-height: 30px;
}
div#content-inner div.countryOption input{
	margin-right: 5px;
	background: none;
}
div.zoekResultaten{
	margin-top: 20px;
	padding-bottom: 50px;
	padding-top: 20px;
	border-top: 1px dotted #E03027;
}
div.zoekResultaten div.bedrijf{
	border-bottom: 1px dotted #E03027;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.bedrijf .bedrijfLeft,div.bedrijf .bedrijfRight{
	float: left;
	width: 50%;
}