@charset "UTF-8";
/* CSS Document */

.bubbleInfo {
	position: relative;
	float:right;
	width: 100px;
	height: 150px;
}

.popup {
    position: relative;
	  margin: -360px 0 0 -650px;
    display: none; /* keeps the popup hidden if no JS available */
}
.leftcolumn {
	width:700px;
	float:left
}