#bubble_tooltip{
	width:300px;
	position:absolute;
	display:none;
	opacity:0.8;
}

#bubble_tooltip_logo{
	width:177px;
	height:43px;
	text-align:center;
	padding:3px 2px;
	position:absolute;
	display:none;
	margin-bottom:18px;
}

#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:19px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding:15px 20px;
	color:#FFFFFF;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:14px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:62px;
	position:relative;
	top:-6px;
}

.office_img{ padding:15px; text-align:center;}
.office_detail{ font-size:12px; color:#FFFFFF; padding:3px;}
.bubble_tooltip_content_logo{}

#bubble_tooltip_content td span  h2{color:#FFFFFF;}

#cboxClose 
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/icon-exit.png) no-repeat scroll 0 0;
	bottom:0;
	height:45px;
	position:absolute;
	right:0;
	top:0;
	text-indent:-9999px;
	width:45px;
	cursor:pointer;
	margin:-15px -8px 0px 0px;
	z-index:20000;
}
