div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #F9FFD8;
  color: Black;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

#map
{
  width: 95%;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.marker {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 5px;
  line-height: 5px;
}

.markerBlue {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 5px;
  line-height: 5px;
}

.markerGreen {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 5px;
  line-height: 5px;
}

.markerMag {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 5px;
  line-height: 5px;
}

.markerRed {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 5px;
  line-height: 5px;
}

.markerFound {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 5px;
  line-height: 5px;
}

#map.quotes .markerBlue {
  margin-top: -3px;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  padding: 1px 3px 3px 1px;
  background: url(/Images/BlueDot.gif);
  z-index: 0;
}

#map.quotes .markerGreen {
  margin-top: -3px;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  padding: 1px 3px 3px 1px;
  background: url(/Images/GreenDot.gif);
  z-index: 0;
}

#map.quotes .markerMag {
  margin-top: -3px;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  padding: 1px 3px 3px 1px;
  background: url(/Images/MagDot.gif);
  z-index: 0;
}

#map.quotes .markerRed {
  margin-top: -3px;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  padding: 1px 3px 3px 1px;
  background: url(/Images/RedDot.gif);
  z-index: 0;
}

#map.quotes .marker {
  margin-top: -3px;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  padding: 1px 3px 3px 1px;
  background: url(/Images/RedDot.gif);
  z-index: 0;
}

#map.quotes .markerFound {
  margin-top: -3px;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  padding: 1px 3px 3px 1px;
  background: url(/Images/GreenDot.gif);
  z-index: 0;
}

#PanelOptions 
{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#PanelOptions fieldset {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
