﻿.help {
   border-bottom: 1px dotted #DECA7E;
   cursor: help;
}
.help * {
   border-bottom: none;
}

#tooltip h1 {
   text-transform: none;
}

#tooltip {
   background-color: #FFF;
   border: 3px solid #bfbfbf;
   color: #000;
   font-family: Arial;
   font-size: 12px;
   line-height: 18px;
   position: absolute;
   text-align: left;
   z-index: 2;
   width: 220px;
   display: none;
   cursor: help;
}

#tooltip .close {
   cursor: pointer;
   background: URL(../images2/close.gif) left top no-repeat;
   position: absolute;
   right: 10px;
   top: 10px;
   display: block;
   text-indent: -5000px;
   height: 9px;
   width: 9px;
}

#tooltip h1 {
   background: #bfbfbf;
   position: relative;
   font-size: 14px;
   padding: 10px 15px 10px 10px;
   color: #FFF;
   margin-top:-1px;
}

#tooltip p {
   padding-left: 13px;
   padding-right: 13px;
   margin-bottom: 10px;
}

#tooltip a{
color: #D91416;
}

#tooltip a:hover{
text-decoration:underline;
}