﻿.chrome #bubble_tooltip{
	width: 450px;
	position: fixed;
	display: none;
	margin-left: -302px;
}
.chrome #bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top_.gif');
	background-repeat: no-repeat;
	height: 16px;
}
.chrome #bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle_.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
.chrome #bubble_tooltip .bubble_middle span{
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	position:relative;
	
}
.chrome #bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom_.gif');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 42px;
	position: static;
	top: -6px;
}

.opera #bubble_tooltip{
	width: 450px;
	position: absolute;
	display: none;
	margin-left: -302px;
}
.opera #bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top_.gif');
	background-repeat: no-repeat;
	height: 16px;
}
.opera #bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle_.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
.opera #bubble_tooltip .bubble_middle span{
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	position:relative;
	
}
.opera #bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom_.gif');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 42px;
	position: static;
	top: -6px;
}

.gecko #bubble_tooltip{
	width: 450px;
	position: absolute;
	display: none;
	margin-left: -302px;
}
.gecko #bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top_.gif');
	background-repeat: no-repeat;
	height: 16px;
}
.gecko #bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle_.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
.gecko #bubble_tooltip .bubble_middle span{
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	position:relative;
	
}
.gecko #bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom_.gif');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 42px;
	position: static;
	top: -6px;
}
.ie #bubble_tooltip{
	width: 450px;
	position: absolute;
	display: none;
	margin-left: -302px;
}
.ie #bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top_.gif');
	background-repeat: no-repeat;
	height: 16px;
}
.ie #bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle_.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
.ie #bubble_tooltip .bubble_middle span{
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	position:relative;
	
}
.ie #bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom_.gif');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 42px;
	position: static;
	top: -6px;
}



