div.hint {
 position:absolute;
 display:none;
 z-index:300;
 border-top: 1px solid black;
 border-left: 1px solid black;
 border-right: 3px solid black;
 border-bottom: 3px solid black;
 width:300px;
 top:150px;
 left:200px;
 padding:50px 15px 15px 15px;
 background: #fff url(/images/events/humanconcepts.gif) no-repeat 10px 15px;
 overflow:hidden;
}