
.bubbleInfo {
        position: relative;
	z-index:1;
}

.popup {
	color: #555;
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	width: 196px;
	height: 167px;
	background-image: url(../images/popup.gif);
	background-repeat: no-repeat;
	z-index:1;
}

.popup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height:12px !important;
	text-align:left;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 5px;
	margin-top: 10px;
        z-index:1;
}
.popup div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
        line-height:12px !important;
	text-align:left;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 5px;
	margin-top: 10px;
        z-index:199;
}
.popup a {
	color: #555;
        font-size:11px;
}

.popup a:hover {
	color: #555;
	text-decoration: none;
}
