#maparea {
float: left;
width: 500px;
height: 350px;
border: 1px solid #355c79;
}

#calc_route {
float: left;
width: 500px; 
}

#calc_route h1 {
margin-left: 0px;
text-align: left;
font-size: 16px;
color: #355c79;
}


#calc_route p {
margin-left: 0px;
text-align: left;
}

#calc_route input {
border: 1px solid #355c79;
}

#button_calculate_route,
#show_map,
#show_text{

  border: 1px solid #355c79;
  width: 120px;
  height: 18px;
  background: none;
  color: #355c79;
  font-size: 10px;
  font-weight: bold;
}


#route_description {
float: left;
width: 500px;
margin: 10px 0 10px 0;
background: #fff;
border: 1px solid #355c79;
z-index: 9999;
display: none;
font-size: 13px;
}

#description_text {
margin: 10px;
z-index: 10000;
}

#close {
width: 100%;
background: #355c79;
text-align: left;
color: #fff;
}

#route_description input {
background: #355c79;
border: none;
color: #fff;
}
