﻿.formating_help_link
{
	font: normal bold 11px Tahoma;
	color: #999999;
	cursor: pointer;
}

.help_bubble
{
	display: none;
	position: absolute;
	width: 360px;
	height: 153px;
	margin-left: -315px;
	margin-top: -160px;
}


.help_bubble iframe 
{
	position: absolute;
	width: 360px; 
	height: 87%;
	margin-top: 4px;
	border: none;
	z-index: -1;
}

.help_bubble .gray_bubble_block
{
	background-color: #f5f6f7;
}

.help_bubble .gray_bubble_block .tl_
{
	float: left;
	position:static;
	width: 7px;
	height: 136px;
	background: url(../images/gray_bubble_tl.gif) no-repeat left top;
}

.help_bubble .gray_bubble_block .tr_
{
	float: right;
	position:static;
	height: 136px;
	width: 353px;
	background: url(../images/gray_bubble_tr.gif) no-repeat right top;
}

.gray_bubble_block .bl_
{
	float: left;
	position:static;
	width: 7px;
	height: 17px;
	background: url(../images/gray_bubble_bl.gif) no-repeat left bottom;
}

.gray_bubble_block .br_
{
	float: right;
	position:static;
	width: 353px;
	height: 17px;
	background: url(../images/gray_bubble_br.gif) no-repeat right bottom;
}

.help_bubble .gray_bubble_block .content_
{
	margin: 10px 20px -10px 3px;
	padding: 0;
	width: 330px;
	height: 136px;
}

.help_bubble .content_ .title
{
	font: normal bold 13px Verdana;
	color: #4C4C4C;
}

.help_bubble .content_ .text
{
	margin-top: 10px;
	font: normal normal 13px Arial;
	color: #4C4C4C;
	line-height: 25px;
}

.help_bubble .content_ .text a:link, 
.help_bubble .content_ .text a:visited,
.help_bubble .content_ .text a:hover
{
	color: #4C4C4C;
}

.help_bubble .content_ .close_link
{
	float: right;
	position: relative;
	top: -5px;
	left: 10px;
	width: auto;
	font: normal bold 10px Verdana;
	color: #4C4C4C;
	cursor: pointer;
}