.easy-tooltip {
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    text-decoration: none;
	margin:0;
} 
.easy-tooltip:hover {
    text-decoration: none;
    text-shadow: none;
}
.easy-tooltip span {
    margin-left: -999em;
    position: absolute;
}
.easy-tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;

}
.easy-tooltip:hover img {
    border: 0;
    margin: 58px 0 0 -35px;
    float: left;
    position: absolute;
}
.easy-tooltip:hover em {
    font-family: BenchNine-Bold;
    font-weight: normal;
	text-align:center;
	color:white;
	background-color:#C92127;
    display: block;
    padding: 15px 0 13px 0;
	font-size: 30px;
	font-style:normal;
}
.ie7 .easy-tooltip:hover em, .ie8 .easy-tooltip:hover em{
	font-family: 'Oswald';
	font-size: 22px;
}
.easy-tooltip em {padding-top:;}
.easy-tooltip:hover .classic {
    padding: 0.8em 1em;
}
.easy-tooltip:hover .custom {
    padding: 0.5em 0.8em 0.8em 2em;
}
.easy-tooltip:hover .classic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}
.easy-tooltip:hover .critical {
	margin:-99px 0 0 175px;
}

.easy-tooltip:hover .help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}
.easy-tooltip:hover .info {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}
.easy-tooltip:hover .warning {

  margin:-100px 0 0 -150px;
}
* html a:hover {
    background: transparent;
}

.tooltip-box{
	background-color: #fff;
	padding:5px 5px 10px 5px;
	opacity: 0.8;
	text-align: center;
	float: left;
	width:240px;
}


