div.formbubble {
	width: 260px;
	position: absolute;
	z-index: 100;
}

div.formbubble_ut {
	height: 22px;
	font-size:1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bubble_u_top.png' ,sizingMethod='crop');
}
div.formbubble_ut[class] {
	background: url(../img/bubble_u_top.png);
}

div.formbubble_at {
	height: 10px;
	font-size:1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bubble_a_top.png' ,sizingMethod='crop');
}
div.formbubble_at[class] {
	background: url(../img/bubble_a_top.png);
}

.forx {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding: 0 5px 0 5px;
	text-align: center;
	width: 250px;
	clear:both;
	position: absolute;
	top: -100px;
	display: block;
}

#forx {
	display: none;
}
div.formbubble_r{
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding: 0 5px 0 5px;
	text-align: center;
	background: url(../img/bubble_repeat.gif);
	height: 1px; /* IE alpha filter needs a height to be supplied, any height */
	filter:Alpha(Opacity=90);
}
div.formbubble_r[class] {
	height: auto;
	background: url(../img/bubble_repeat.png);
}
div.formbubble_r strong {
	color: #CC2222;
	font-weight:bold;
}


div.formbubble_ub {
	height: 10px;
	font-size:1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bubble_u_bottom.png' ,sizingMethod='crop');
}
div.formbubble_ub[class] {
	background: url(../img/bubble_u_bottom.png);
}
div.formbubble_ab {
	height: 22px;
	font-size:1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bubble_a_bottom.png' ,sizingMethod='crop');
}
div.formbubble_ab[class] {
	background: url(../img/bubble_a_bottom.png);
}
