/* CSS Document */

.hide
{
  font-family: arial;
  font-size: 10px;
  color: #fff;
  margin-right: 30px;
  
}

#mic {
    background-color: #FFFFFF;
    color: #924063;
    font-weight: bold;
    height: 40px;
    left: 126px;
    line-height: 21px;
    position: absolute;
    top: 216px;
    width: 140px;
    z-index: 10000;
}

.aaa {
	position: absolute;
	z-index: 0;
}

#map {
    cursor: pointer;
    height: 140px;
    left: 250px;
    position: absolute;
    top: 400px;
    width: 140px;
    z-index: 100;
}

#fake {
    background-image: url("fkanda.png");
    background-repeat: no-repeat;
    color: #924063;
    font-weight: bold;
    height: 240px;
    left: 118px;
    position: absolute;
    top: 291px;
    width: 290px;
}

#gmap {
	display: none;
}
