
#outer {
	width:1250px;
	margin: 0 auto;
	overflow:visible;
}
#container {
	float:left;
}
#recent {	
	float:right;
	width:260px;
	display:block;
}
#location {
	margin:10px 5px;
	background:#4fb3d6;
	border:1px solid #656767;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	color:#fff;
	overflow:hidden;
	position:relative;
	z-index:100;
}

	#recentHead, #recentForm label {
		color:#fff;
		text-shadow:1px 1px 2px rgba(0,0,0,.5);
	}
#recentForm {
	margin:10px 5px;
}
	#recentForm label {
		font-size:2em;
		padding-bottom:10px;
		display:block;
		font-family:'FrutigerNextW01-Medium', Helvetica, Arial, sans-serif;
	}
	#recentForm .txt {
		padding:7px;
		border:1px solid #0c3d4e;
		width:165px;
	}
#recentHead {
	margin:10px 5px 0 5px;
	font-size:1.9em;
	font-weight:bold;
	background: url(/images/location-ad.png) no-repeat;
	padding-left:80px;
	line-height:90%;
}
.recentLocation, .noad {
	background:#fff;
	color:#4fb3d6;
	border-bottom:1px solid #4fb3d6;
	padding:5px;
	margin:0;
	text-decoration:none;
	display:block;
}
	.recentLocation:link, .recentLocation:visited {	
	color:#4fb3d6;
	}
	.recentLocation:hover, .recentLocation:active {
		-webkit-box-shadow: inset 0 0 13px rgba(79,179,214,.8);
		-moz-box-shadow: inset 0 0 13px rgba(79,179,214,.8);
		box-shadow: inset 0 0 13px rgba(79,179,214,.8);
		color:#4fb3d6;
	}
	.recentLocation:nth-of-type(1) {
		border-top:1px solid #656767;
		margin-top:10px;
	}
	.recentLocation:nth-of-type(5) {
		border-bottom:1px solid #656767;
		margin-bottom:10px;
	}
	.recentLocation * {
		margin:0;
		padding:0 5px;
	}
	#location h3 {
		font-size:2em;
		text-shadow:1px 1px 2px rgba(0,0,0,.5);
	}
.noad {
	-moz-box-shadow: inset 0 2px 2px rgba(79,179,214,.3);
	-webkit-box-shadow: inset 0 2px 2px rgba(79,179,214,.3);
	box-shadow: inset 0 2px 2px rgba(79,179,214,.3);
	border:1px solid #656767;
	border-width:1px 0;
	margin:10px -5px;
	padding: 5px 10px;
}
.noad h4 {
	text-align:center;
	font-size:1.8em;
}