a.help {
cursor:help;
color:#000000;
font-size:16px;
font-weight:bold;
}
a.help:link {text-decoration: none;}
a.help:visited {text-decoration: none;}
a.help:hover {text-decoration: none;}
a.help:active {text-decoration: none;}

#help_container {
max-width:600px;
border:1px solid #000000;
margin:0;
padding:0 5px 0 5px;
z-index:1;
position:absolute;
visibility:hidden;
top:200px;
left:200px;
background-color:#FFFFCC;
}