body {
  background-color: #080a19;
  color: #7baedd;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 11px;
}
select, input {
  background-color: #7baedd;
  color: #000000;
  font-size: 11px;
  border: 0px;
}
option {
  font-size: 10px;
}
img {
  border: 0px;
}
.i, .italic { font-style: italic; }
.b, .bold { font-weight: bold; }
area[shape="circle"], .area { cursor: pointer; }
#infolayertitle {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}
#infolayer {
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #080a19;
  border: 2px solid #0c2a40;
  -moz-border-radius: 5px;
  width: 200px;
  min-height: 200px;
  display: none;
  padding: 5px;
  z-index: 11;
}
