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

.bubbleInfo {
	position: relative;
	width: 228px;
	height: 150px;
  text-align:center;
}

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