.tooltip {
	color: #ffffff; outline: none;
	cursor: pointer; text-decoration: none;
	position: absolute;	display:inline;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;		z-index:99999;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family:'proxima-nova',georgia,sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; display:block;width:100px;
	font-size:11px;
}
.tooltip:hover img {
	border: 0; 
}
.tooltip:hover em {
	font-family:'proxima-nova',georgia,sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 5px; display:block; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #9C1128; }
.critical { background: #9C1128;}
.help { background: #9C1128;}
.info { background: #9C1128; }
.warning { background: #9C1128;}