div.bubbble,
div.bubble_left,
div.errorbubble,
div.errorbubble_left {
	position: absolute;
	z-index: 100;
	margin: 0;
	/*border-bottom: 1px solid #dd2200;*/
	color:	#000000;
	width: 211px;
}

div.bubbble,
div.errorbubble {
	/*border-right: 1px solid #dd2200;*/
/*	filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;  */
}

div.bubble_content {
	padding: 14px 10px 8px 10px;
	color: #333;
	font-family:  Arial, Verdana, sans_serif;
	font-size: 11px;
}

div.bubbble div.bubble_content,
div.bubble_left div.bubble_content {
	background: #fdfdfd;
	border: 1px solid #dd2200;
}

div.errorbubble div.bubble_content,
div.errorbubble_left div.bubble_content {
	background: #fdfdfd url("errorbubble_bg.gif") repeat-x 0 bottom;
	border: 1px solid #dd2200;
}

div.bubbble div.arrow{
	height: 18px;
	width: 10px;
	position: absolute;
	left: -9px;
	top: 14px;
	background: url("bubble_arrow.gif") no-repeat 0 0;
}

div.bubble_left div.arrow{
	height: 18px;
	width: 10px;
	position: absolute;
	right: -9px;
	top: 14px;
	background: url("bubble_arrow_r.gif") no-repeat 0 0;
	color: #afafaf;
}

div.errorbubble div.arrow{
	height: 18px;
	width: 9px;
	position: absolute;
	left: -8px;
	top: 14px;
	background: url("errorbubble_arrow.gif") no-repeat 0 0;
}

div.errorbubble_left div.arrow {
	height: 18px;
	width: 9px;
	position: absolute;
	right: -8px;
	top: 14px;
	background: url("errorbubble_arrow_r.gif") no-repeat 0 0;
}

div.bubbble h3,
div.errorbubble h3,
div.bubble_left h3,
div.errorbubble_left h3 {
	margin: 0 0 4px 0;
	font-family:  Arial, Verdana, sans_serif;
	font-size: 14px;
	font-weight: bold;
	color: #dd2200;
}

div.errorbubble h3,
div.errorbubble_left h3 {
	text-indent: 22px;
	background: url("errorbubble_icon.gif") no-repeat top left;
	color: #d53d04;
}

div.bubbble h4 {
	margin-bottom: 4px;
	margin-top: 0;
	font-family:  Arial, Verdana, sans_serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

div.bubbble p,
div.errorbubble p,
div.bubble_left p,
div.errorbubble_left p {
	font-family:  Arial, Verdana, sans_serif;
	font-size: 11px;
	line-height: 11px;
}

div.bubbble p
div.bubble_left p {
	color: #333;
}

div.errorbubble p,
div.errorbubble_left p {
	color: #000000;
}

div.errorbubble a.closebox,
div.errorbubble_left a.closebox,
div.bubbble a.closebox,
div.bubble_left a.closebox {
	display: block;
	float:right;
	height: 11px;
	width: 11px;
	position: absolute;
	top: 8px;
	right: 8px;
}
div.errorbubble a.closebox,
div.errorbubble_left a.closebox {
	background: transparent url("errorbubble_close.gif") no-repeat 0 0;
}

div.bubbble a.closebox,
div.bubble_left a.closebox {
	background: transparent url("bubble_close.gif") no-repeat 0 0;
}
