.bubbleInfo {
    position: relative;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	width:350px;
}

.popup div.popup-border{
	-moz-border-radius: 6px;
	-moz-box-shadow:0px 10px 30px #666;
	
	padding:4px;
	background: #eeeeee;
	border:1px #aaaaaa solid;
}


.popup table.popup-contents {
	font-size: 10px;
	line-height: 1.2em;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}

table.popup-contents th {
	text-align: right;
	}

table.popup-contents td {
	text-align: left;
	border:0px none !important; 
	}

tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	height: 17px;
	}

tr#release-notes td a {
	color: #333;
}
