@charset "UTF-8";
/* CSS Document */

div#bubble {
	position: absolute;
	top: 5px;
	left: 185px;
	display: none;
	z-index: 5000;
	text-align: center;
}

div#bubble img#close {
	position: absolute;
	top: 0;
	right: 6px;
	z-index: 5100;
}

div#bubble img.leftimg {
	float: left;
	padding: 14px;
}

div#bubble div.leftspace {
	margin-left: 145px;
}

div#bubble p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 11px;
	color: #000000;
}

div#bubble p.info {
	font-size: 10px;
	color: #686768;
}

div#bubble p.heading {
	font-size: 13px;
	color: #A30F0F;
	padding-bottom: 10px;
}

div#bubble span.highlight {
	color: #A30F0F;
}

div#bubble span.note {
	font-size: 9px;
}

div.bubble_wide {
	width: 350px;
	padding-top: 5px;
	background: url(../images/bubble_top_w.gif) 0 0 no-repeat;
}

div.bubble_wide .bottom {
	padding-bottom: 50px;
	background: url(../images/bubble_bot_w.gif) 0 bottom no-repeat;
	zoom: 1;
}

div.bubble_wide .contentBox {
	position: relative;
	padding: 0 5px;
	background: url(../images/bubble_mid_w.gif) 0 0 repeat-y;
}

div.bubble_narrow {
	width: 200px;
	padding-top: 5px;
	background: url(../images/bubble_top_n.gif) 0 0 no-repeat;
}

div.bubble_narrow .bottom {
	padding-bottom: 50px;
	background: url(../images/bubble_bot_n.gif) 0 bottom no-repeat;
	zoom: 1;
}

div.bubble_narrow .contentBox {
	position: relative;
	padding: 0 5px;
	background: url(../images/bubble_mid_n.gif) 0 0 repeat-y;
}
