#tooltip {
    position: absolute;
    z-index: 3000;
    font-weight: normal !important;
    font-size: 10px !important;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h1,#tooltip h2,#tooltip h3,#tooltip h4,#tooltip h5,#tooltip h6,#tooltip p,#tooltip div { 	
    font-weight: normal !important;
	font-size: 12px !important;
font-family: verdana, arial, sans-serif;
line-height: normal;}

#tooltip, #tooltipvert {
    //background: url("images/testimonialTooltipBg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    border-radius: 15px;
    border:4px solid white;
    background-color:#fbede0;
    box-shadow: 0px 0px 5px #888888;
    position: absolute;
    color: #000000;
    font-size: 12px;
    font-weight: normal !important;
    height: 160px;
    line-height: 14px;
    padding: 5px;
    width: 230px;
    z-index: 13000;
    display: none;
}
