html {
	background:#fff url("../images/bg/html.jpg") 0 0 repeat-x;
}

body {
	width:760px;
	margin:0 auto;
	font-family:arial;
	color:#212121;
	padding:20px;
}

a {
	color:#20cb04;
	text-decoration:none;
}

img {
	border:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

noscript {
	color:ff0000;
}

h1#logo {
	background: transparent url("../images/logo.png") center center no-repeat;
	text-align:center;
	text-indent:-100000px;
	line-height:89px;
}

h1 strong {
	font-weight:normal;
}

#content {
	text-align:center;
}

#map {
	height:450px;
}

#map h1 {
	text-align:center;
	line-height:400px;
}

fieldset {
	border:none;
}

.noscreen {
	display:none;
}

input {
	font-size:18px;
	border:2px solid #20cb04;
	background:#fff;
	padding:5px;
}

input.submit {
	background:#20cb04;
	color:#fff;
	margin-left:5px;
}

input.textfield {
	width:220px;
}

#cities h1 {
	font-weight:normal;
	font-size:18px;
}

#cities a {
	color:#666;
}

#cities, #footer {
	color:#666;
	text-align:center;
}

#printBox {
	text-align:right;
	line-height:86px;
	background: transparent url("../images/icon_print.gif") right 0 no-repeat;
	position:absolute;
	top:480px;
	right:30px;
	display:none;
	padding:0;
	margin:0;
	padding-right:110px;
	font-weight:bold;
	font-size:110%;
}

#route {
	text-align_center;
	display:none;
	position:relative;
}

#routelist {
	text-align:center;
	clear:both;
	font-size:20px;
}

#routelist a {
	padding:5px;
}

