#bubble_advert {
	border: 1px solid red;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 100px;
	background: #ECF3FE;
	display: none;
}
#bubble_close {
	position: absolute;
	right: 4px;
	top: 4px;
	font: bold 12px verdana;
	cursor: pointer;
}

span.highlight {color: red; cursor: pointer; text-decoration: underline;}

