.rrpopup
{
    position: relative;
	height: 200px;
}

.rrpopup:hover
{
    z-index: 25;
}

.rrpopup span
{
    display: none;
    position: absolute;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
	font-family: "Times New Roman", Times, serif;
    text-decoration: none;
	text-align: left;
	right: 30px;
    padding: 0.4em;
	overflow: auto;
	width: 400px;
	height: 300px;
    border: 1px solid black;
    color: #000000;
    background-color:#999999; /* grey */
}

