/* Copyright (c) 2007 Nismo! Inc. All rights reserved. */
a.help span, a.help:visited span {
   display:none;
   color: #000000;
   font-size: 12px;
   }
a.help:hover {
   position: relative;
   }
a.help:hover span {
   display:inline;
   position: absolute;
   top:20px; left:-20px;
   padding:5px;
   margin:5px;
   border:1px solid #808080;
   width:350px;
   height:100px
   text-align:left;
   background:white;
   }
.helptext {
   text-decoration: none;
   color: #000000;
   font-size: 1em;
   }