#distancecalc-header {
	padding-left: 0;
	padding-bottom: 10px;
}
#distancecalc-header h1 {
	font-size: 1.1em;
	margin-bottom: 0;
	padding-top: 13px;
	display: none;
}
#distancecalc-header .distancecalc-byline {
	font-size: 0.8em;
	color: #666;
}
#addportsuggestions {
	font-size: 0.8em;
}

#addfromportsuggestions {
	font-size: 0.8em;
}

#map {
	position: relative; 
	width: 650px; 
	height: 400px;
	float: right;
	border: 1px solid black;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
 }

#controls {
	position: relative; 
	float: left;
	width: 250px; 
}

#controls .label{
	float: left;
	font-size: 0.8em;
	width: 110px;
}

.spacer10 {
	position: relative; 
	width: 10px; 
	height: 10px; 
}

#controls .rowhack {
	width: 100%;
	overflow: hidden; 
}

#controls .input{
	font-size: 0.8em;
	font-weight: bold;
}


#controls .title{
	color: #0066CC;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

#controls .subheading{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

#distance {
}

#consumption {
}


.fromspacer {
	width: 30px;
	}

.popbox_latestpricesrow{
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}
.popbox_latestpriceslabel{
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
}
