#mapcanvas {
	display: block;
	width: 600px;
	height: 450px;
	margin: 0px auto;
	border: 2px solid #4ac2d1;
}

#departure {
	width: 140px;
}

#arrival {
	width: 140px;
}

#maplower {
	width: 605px;
	margin:0 auto;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#maplower .flydrivemain p#countries {width: 100%; color: #000000; font-size: 11px; margin: 10px 0px 20px 0px;}
#maplower .flydrivemain p#countries a {color: #009fb3; font-weight: normal; text-decoration: none;}
#maplower .flydrivemain p#countries a:hover {text-decoration:underline;}
#maplower .flydrivemain label {font-weight: bold; font-size:12px; color: #009fb3;}

#results {
	display: block;
	width: 565px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0px auto;
	padding: 20px;
	line-height: 200%;
}

.curvedtop {
	background: url(../images/styleimages/flydrive/results-top-bkg.gif) top left no-repeat;
	clear: both;
	display: block;
	float: left;
	width: 605px;
	height: 14px;
}
.flydrivemain {
	background: url(../images/styleimages/flydrive/results-middle-bkg.gif) top left repeat-y;
	clear: both;
	display: block;
	float: left;
	width: 605px;
}
.curvedbottom {
	background: url(../images/styleimages/flydrive/results-bottom-bkg.gif) top left no-repeat;
	clear: both;
	display: block;
	float: left;
	width: 605px;
	height: 14px;
}
