
#simple_example_window{
  width: 220px;
}
#simple_example_window_contents{
  background-color: #FFF;
  border: none;
}
#simple_example_window_beak{
  width: 49px;
  height: 21px;
  background: url('/assets/images_system/aiticon_gmap_back.png') top left no-repeat transparent;
  margin-top: -10px;
}
#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
  height: 5px;
  width: 5px;
  
}
#simple_example_window_close{
  width: 13px;
  height: 13px;
  background: url('/assets/images_system/button_close.gif') 0 0 no-repeat transparent;
  cursor: pointer;
  margin-left: -15px;
  margin-top: 15px;
}


#simple_example_window_r {
  background: url('/assets/images_system/gmap_shadow-r.png') 0px 0px no-repeat transparent;
}
#simple_example_window_bl {
}

#simple_example_window_br {
  background: url('/assets/images_system/gmap_shadow-br.png') 0px 0px no-repeat transparent;
}

#simple_example_window_b {
  background: url('/assets/images_system/gmap_shadow-b.png') 0px 0px no-repeat transparent;
}
#simple_example_window_tr,
#simple_example_window_r,
#simple_example_window_br {
    width: 5px;
}

.extIWContent {
    padding: 17px 20px 25px 20px;
}
.extIWContent,
.route_form{
    font-family: 'Lucida Sans Unicode','Lucida Grande',Lucida,Arial,sans-serif;
    font-size:12px;
    color: #505050;
}
.extIWContent .firm_name{
    color: #587993;
}
.extIWContent a, .extIWContent a:hover{
    color: #ce1a00;
    text-decoration: none;
}
div.route_form {
    padding:0;
    margin: 5px 0 0 0;
}