﻿body {
}
/*地图*/
.map_title
{
    background-image: url(images/top_title_bg.gif);
    background-repeat: no-repeat;
    height:25px;
}
.map_title .title
{
    padding-left: 45px;
    font-size:14px;
    font-weight:bold;
}
.map_title .title a
{
    text-decoration: none;
}

.maplayer
{
  z-index:1001;
  position: absolute;
  background-color:Red;
}
.maplayer img
{
  float:left;
}
