/* Copyright (c) 2007 Nismo! Inc. All rights reserved. */
a.help span, a.help:visited span {
   display:none;
   }
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
   }

a.help2 span, a.help2:visited span {
   display:none;
   }
a.help2:hover {
   position: relative;
   }
a.help2:hover span {
   display:inline;
   position: absolute;
   top:0px; left:-20px;
   padding:5px;
   margin:5px;
   border:1px solid #808080;
   width:150px;
   height:50px;
   text-align:left;
   background:#FFFFCC;
   }
.helptext2 {
   text-decoration: none;
   color: #000000;
   font-size: 1em
   }
