#content{
	padding-bottom:30px;
}
#mailBox {
	padding: 10px;
	width: 50%;
	margin:auto;
	border: 1px solid #696B92;
}
#map {
	margin:30px 30px 0;
	padding:10px;
	height:300px;
	width:500px;
	position:relative;
	background:#696B92;
}
#map .corner_ul, #map .corner_ur, #map .corner_dr, #map .corner_ul, #map .corner_dl { height: 10px; width: 10px; background-repeat: no-repeat; position: absolute; background-color: #FFFFFF; font-size: 0px; line-height: 0px; }
#map .corner_ul { top: 0px; left: 0px; background-image: url(../images/corner_ul.gif); z-index: 0; }
#map .corner_ur { top: 0px; right: 0px; background-image: url(../images/corner_ur.gif); z-index: 0; }
#map .corner_dr { bottom: 0px; right: 0px; background-image: url(../images/corner_dr.gif); z-index: 0; }
#map .corner_dl { bottom: 0px; left: 0px; background-image: url(../images/corner_dl.gif); z-index: 0; }
#map #bg { position: relative; z-index: 4 ;height:300px; width:500px; }
#tooltip {
	display:none;
	width:150px;
	height:48px;
	margin:auto;
}

