﻿#helpbox
{
position:relative;
float:left;
cursor:help;
}
#helpbox span
{
display:none;
}
#helpbox:hover
{
border:none;
background:#cccccc;
background: transparent;
}

#helpbox:hover span
{
display:block;
top:1em;
padding:5px;

border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 

font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute; 
left: 1px; 
top: 16px; z-index: 99;
margin-left: 0; 

width: 350px;
background: #9FDAEE; border: 1px solid #2BB0D7;
font-size: 0.85em;
font-weight:normal;
text-align:left;
}

#helpbox:hover em
{
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.2em 0;
}

