div.nicetitle
{
  position: absolute;
  padding: 4px;
  top: 0px;
  left: 0px;
  width: 25em;
  font-size: 12px;
  font-weight: bold;
  color: #222;
  background: #ccc;
  overflow: hidden;
  * border: 1px solid #333;/*for ie*/
  -moz-border-radius: 12px;
  -moz-opacity: 0.93;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=93);
}
div.nicetitle p
{
  margin: 0;
  padding: 0 3px;
}
div.nicetitle p.destination
{
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  padding-top: 3px;
}
