#map {
	height: 500px;
	width: 500px;
	border: 2px solid #C1C1C1;
}
*html #map {
	width: 496px;
}
*+html #map {
	width: 496px;
}
#main h3 {
	font-weight: bold;
	color: #00AFEC;
}
#main .print {
	position: absolute;
	top: 0em;
	right: 0px;
	background-image: url(/images/common/ic_07.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
}
#print #map {
	height: 700px;
	width: 700px;
}
