/*Sets up silver border around whack-a-mole box */
#page
{
    position:relative; 
    /*border:solid 8px silver; 
    margin-left:45px;  
    padding: 12px 12px 12px 12px;  
    height:auto; 
    width:850px; */
    top:0px;
    left:5px;
}
#bubble_tooltip{
	width:242px;
	position:absolute;
	display:none;
	z-index:104
}
#bubble_tooltip .bubble_top{
	background-image: url('top2.gif');
	background-repeat:no-repeat;
	height:5px;	

}
#bubble_tooltip .bubble_middle
{
	/*background-image: url('middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;*/
	background-color:#9BBB29;
	padding: 5px 10px 10px 10px;

}
#bubble_tooltip .bubble_middle span{
	position:relative;	
	font-family: Arial;
	font-weight:normal;    
	color:White; 
	font-size:13px;
}

#bubble_tooltip .bubble_middle a
{
    color:#0053a7;
    cursor:pointer;
    font-family: Arial;
    font-size:14px;
    text-decoration:none
}

#bubble_tooltip .bubble_middle img{
    border:none
}

#bubble_tooltip .bubble_bottom{
	background-image: url('bottom2.gif');
	background-repeat:no-repeat;
	clear:left;	
	height:22px;
	position:relative;
}
