.locationpicker {
	position: relative;
	width: 100%;
	height: 100%;
}

.locationpicker-point {
	position: absolute;
	float: left;
	width: 10px;
	height: 10px;
	background-color: #ff6666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}