
* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family:Verdana, Arial, sans-serif;
	font-size:76%;
	background-color:#d2d2d2;
}

img {
	border: 0;
}

h1 {
	font-size: 11px;
	padding-bottom: 15px;
}

#container {
	width:100%;
}

#header {
	display: none;
}

#picture {
	display: none;
}

#nav {
	display: none;
}

#status {
	display: none;
}

#content {
	width: 90%;
	font-size: 10px;
}

.text {
	display: block;
	margin-bottom: 20px;
}

#logo {
	float:right;
}

.form_route_input{
  background: #fff;
  border: 1px solid #ddd;
  width: 140px;
  font-weight: bold;
  font-size: 11px;
  color: #000;
}

.form_route_button {
  background: #fff;
  width: 140px;
  font-size: 11px;
  color: #000;
}

#seo {
	display: none;
	overflow: hidden;
}
