#mapContainer {
	display: block; 
	float: left; 
	position: relative;
	width: 300px;
	background:#c4d4dd url('/news2/health/features/ratemyhospital/images/smallModule.png') 0 0 no-repeat;
	padding-bottom:5px; margin-bottom:20px;
}
#map {
	position: relative;
	z-index: 1;
	height: 320px;
	width: 290px;
	margin: 0 5px;
}
#mapCanvas {
	z-index: 1;
	height: 320px;
	width: 290px;
}
#searchContainer {
	width: 288px;
	padding: 15px 5px 5px;
	text-align: left;
}
#searchContainer .yui3-aclist { z-index: 11; }
#searchContainer h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
#searchContainer p {
	width: 140px;
}
#hospitalSearch, #citySearch {
	padding: 5px;
	font-size: 10px;
	border: 1px solid #DADADA;
	display: block;
	z-index: 9;
}
#hospitalSearch { color: #999;width:280px; left:5px; margin: 6px 0 0; }

#citySearch { width:280px; left:5px; margin: 6px 0 0; }

#hospitalSearch:focus, #citySearch:focus { color: #000; }
#mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url('/news2/health/features/ratemyhospital/images/smallMask.png') center center no-repeat #fff;
}
#ajaxSpinner { position: absolute; top: 130px; left: 100px; }



/* These styles are here because the profiles don't call up the styles.css file */
.infobox { 
	background-color:#fff; padding:5px;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; 
	box-shadow:0 0 10px 0 rgba(0,0,0,0.7);
	position:absolute; height:45px; width:240px; /*top:-40px; left:-20px;*/
}
.infobox .arrow { 
	width: 0; height: 0; position:absolute; top:55px; left:50%; margin-left:-5px;
	border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #fff;
}

