#basicMap {
  width: 78%;
  height: 100%;
  margin: 0;
   }
#div_map {
  position: absolute; z-index: 0;
  width: 76%;
  height:77%;
  float: left;
   }
#div_check {
  width: 20%;
  float: right;
  padding: 0 10px 10px 10px;
   }
#div_check p {
  width:90%;
  background: -webkit-linear-gradient( top,  grey, white, white, grey);
  background: -moz-linear-gradient( top,  grey, white, white, grey);
  background: -ms-linear-gradient( top,  grey, white, white, grey);
  background: -o-linear-gradient( top,  grey, white, white, grey);
  background: linear-gradient( to top, grey, white, white, grey);
  margin:2px;
  padding:25px 0px 0px 10px;
  border:0px solid #000000;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  color:#000000;
  font-family:Verdana,Geneva,sans-serif;
  font-size:12px;
  line-height:10px;
  float:left;
   }
#invisible {
  display:none;
   }

