.tooltip {
	border: 1px dotted #000000;
	color: #000000;
	outline: none;
	position: relative;
	text-decoration: none;
}
.tooltip label {
	background: #FFFFAA;
	border: 1px solid #FFAD33;
	margin-left: -999em;
	padding: 0.5em 0.8em 0.8em 2em;
	position: absolute;
	text-align: left;
}
.tooltip:hover  label {
	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);
	position: absolute;
	margin-left: 0;
	left: 1em;
	top: 2em;
	width: 200px;
	z-index: 99;
}
.tooltip:hover label img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}
.tooltip:hover label em {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
.tooltip .help {
	background: #BCFF96;
	border: 1px solid #A2DB81;
}