* {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div {
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	display: block;
}

select {
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

input {
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

#addressfindercontainer {
	padding: 3px;
	width: 150px;
	height: 200px;
	position: relative;
}

#addressfindercontainer div {
	position: static;
}

#addressfindercontainer select {
	width: 100%;
}

#streetcontainer {
	width: 100%;
	display: block;
	position: relative;
	font-size: 1px;
}

#streetlabel {
	font-size: 10px;
	position: static;
}

#streetdiv {
	display: inline;
}

#housenodiv {
	display: inline;
}

#txtStreet {
	width: 70px;
	height: 14px;
}

#txtHouseNo {
	width: 18px;
	height: 14px;
}

#resultsection {
	width: 100%;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

#resultlistdiv {
	width: 100%;
	height: 100px;
	overflow:auto;
}

#resultlistdiv li {
	list-style-position: outside;
	list-style-type: none;
	display: block;
	cursor: pointer;
}

