span.coverup
{
	z-index:10000;
	position:absolute;
	background-color:DimGray;
	float:left;
	left:0px;
	top:0px;
	visibility:hidden;
	width:0px;
	height:0px;
	border:0px;
	filter:alpha(opacity=60);
	opacity:0.6;
	cursor:pointer;
}
span.TextBox
{
	z-index:10001;
	position:absolute;
	visibility:hidden;
	cursor:auto;
	background-repeat: no-repeat;
	width:650px;
}
span.TextBoxTitle
{
	display: inline-block;
	padding:4px 0px 4px 0px;
	color:white;
	text-align:center;
	width:586px;
	height:22px;
	overflow:hidden;
	cursor: pointer;
}
img.TextBoxTitleLeftPad
{
	 vertical-align:top;
	 width:22px;
	 height:20px;
}

img.TextBoxTitleClose
{
	cursor: pointer;
	vertical-align:top;
	width:30px;
	height:22px;
}
span.TextBoxBodyFrame
{
	display: block;
	border:solid 4px #3e3433;
	background-color:WhiteSmoke;
	width:634px;
	height:auto;
	padding:4px 4px 4px 4px;
}
span.TextBoxBody
{
	display: block;
	padding:4px 4px 4px 4px;
	height: 100%;
	overflow: auto;
	cursor: auto;
}

span.MyTextBoxTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
	font-size: 16px;
	text-transform: uppercase;
	background-image: url('/Franchisee/images/modules/popuptb/p_topbar.gif');
}
