h2 {
	border: none;
}
#wrapper {
	width: 1000px;	
}


#marker_form {
	margin: 1em 0;
}

#noOfMarkers {
	width: 3em;
}
#map {
	clear: both;
	float: left;
	margin: 0 20px 1em 0;
	width: 600px;
	height: 500px;
	border: 1px solid black;
}
#code {
	float: left;
	width: 358px;
	background: #eee;
	padding: 10px;
}
#code pre {
	margin: 0;	
}
#result {
	float: left;
	width: 360px;
	margin: 0 0 1em;
	font-size: 1.2em;
}
#stats,
#time {
	margin-bottom: 1em;
	padding: 10px 15px;
	background-color: #f00;
	border: 1px solid #600;
	color: #fff;
}
#time {
	display: none;
}
#footer p,
#result p {
	margin: 0;
}
#result .note p {
	font-size: 80%;
	margin-bottom: 1em;
}

#result p.start {
	margin-bottom: 1em;
}
#result .inner {
	margin: 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
}
#result p.clear_this {
	margin-top: 1em;
}
#result a {
	color: #fff;
}

#technique {
	padding: 0 !important;
}
#technique option {
	padding: 10px 20px 10px 0;
	background-repeat: no-repeat;
	background-position: center right;
}
.gmarker {
	background-image: url(../img/red-dot.png);
}
.markermanager {
	background-image: url(../img/blue-dot.png);
}
.markerlight {
	background-image: url(../img/red-circle.png);
}
.markermanagermarkerlight {
	background-image: url(../img/orange-circle.png);
}
.clusterer2 {
	background-image: url(../img/pink-dot.png);
}
.clustermarker {
	background-image: url(../img/green-dot.png);
}
.markerclusterer {
	background-image: url(../img/purple-dot.png);
}

