body {
	background-color: #7EA6D1;
	background-image: url(../img/en_bg_map.gif);
	background-repeat: no-repeat;
	background-position: 10px 23px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

* {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: 485781;
}

#map {
	position: absolute;
	top: 50px;
	left: 70px;
}

h1 {
	display: none;
}

img#title {
	position: absolute;
	top: 36px;
	left: 498px;
}

#address {
	position: absolute;
	top: 70px;
	left: 500px;
	font-size: 11px;
	color: #A0A1A1;
	font-weight: bold;
}

#address b {
	font-size: 11px;
	color: 485781;
}

#arrival {
	position: absolute;
	top: 100px;
	left: 500px;
	width: 290px;
	height: 290px;
	overflow: auto;
}


h3 {
	background-color: #7EA6D1;
	color: #ffffff;
	margin: 0px;
	padding-left: 5px;
}

p {
	margin: 0px;
	padding: 5px;
}

#print {
	position: absolute;
	top: 433px;
	left: 640px;
	width: 150px;
}

.button {
	color: #000000;
	border: 1px solid #838C91;
	border-right: 4px solid #838C91;
	padding: 1px 5px 1px 5px;
	width: 10px;
	font-weight: normal;
	background-color: #ffffff;
	vertical-align: left;
	cursor: pointer;
	overflow: visible;
}
