.horsepopup {
    padding: 0;
    position: relative;
    float: left;
}
 
div.horsepopup em 
{
    background: #000000;
	background: url(../images/blockbg.png);
    width: 80px;
    border: solid 1px #af9738;
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: 100;
    display: none;
    padding: 8px;
    font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-style: normal;
	color: #e2d5a3;
}
