* {margin:0; padding:0}
body {font:11px/1.5 Verdana, Arial, Helvetica, sans-serif; background:#FFF}
#text {margin:50px auto; width:200px}
.hotspot {color:#900; padding-bottom:3px; border-bottom:3px dotted #111111; cursor:pointer}

#tt { display:block; 
 position: relative;
   margin-left:-30px; 
    padding: 0px;
    background: #F4FC00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px #616161;
    -moz-box-shadow: 2px 2px 10px 0px #616161;
    box-shadow: 2px 2px 10px 0px #616161;
}
#tt:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 18px;
    border-style: solid;
    border-width: 14px 12px 0;
    border-color: #F4FC00 transparent;
    display: block;
    width: 0;
    z-index: 1;
	}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#ffff00; color:#111111}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}