@charset "UTF-8";
/* CSS Document */

.bubbleInfo {
	position: relative;
	width: 100px;
	height: 150px;
}

.popup {
    position: relative;
	float:left;
	margin: -288px 0 0 66px;
    display: none; /* keeps the popup hidden if no JS available */
}
.rightcolumn {
	width:700px;
	float:right;
}
