

a.whats_this{
  text-decoration:underline !important;
  cursor:help;
}

a.whats_this:visited {
  color:#666;
}

a.whats_this:hover {
  color:#f00;
}

div.whats_this {
  display:none;
  width:470px;
  position:absolute;
  border:2px solid #ffde00;
  z-index:1;
  background-color:#ffe;
  cursor:move;
  text-align:left;
}

div.whats_this p {
  cursor:text;
  padding-bottom:.5em;
}

div.whats_this a{ 
  cursor:pointer;
}

div.whats_this p,
div.whats_this h1{
  margin-left:8px;
  margin-right:8px;
}

div.whats_this p.close{
  width:65px;
  position:absolute;
  top:0px;
  right:0px;
  text-align:right;
}

div.whats_this a.close:hover {
  color:#f00;
}

div.whats_this h1{
  font-size:110%;
  width:380px;
  line-height:1.3em;
}

div.whats_this div{
  clear:both;
  width:100%;
}

