.tbAlt
{
	color: Black;
}
.redStar
{
	color: red;
}
.grayFont
{
	color: #666666;
}
#cfmbg
{
	background: #000000;
	opacity: 0.5; -moz-opacity:0.5;
filter:alpha(opacity=50);
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:1001
}
#cfminfo
{
	height: 0px;
	width: 0px;
	top: 50%;
	left: 50%;
	position: absolute;
	line-height: 1.7;
	z-index: 1002;
}
#cfmbox
{
	background: #fff;
	border: 1px solid #0098c5;
	width: 258px;
	height: 120px;
	position: absolute;
	margin: -50px -128px;
}
#cfmbox strong
{
	font-size: 13px;
	margin: 1px;
	display: block;
	padding: 2px 5px;
	background: #0098c5;
	color: #FFFFFF;
	text-align: left;
}
#cfmbox p
{
	padding: 0px 2px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #1C6FB8;
}

