.tdTopLeft {
	background-image: url(/images/bubble.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
}
.tdTopMid {
	background-image: url(/images/bubbleBG.png);
	background-repeat: repeat;
}
.tdTopRight {
	background-image: url(/images/bubble.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 10px;
}

.tdMidLeft {
	background-image: url(/images/bubbleBG.png);
	background-repeat: repeat;
}
.tdMid {
	background-image: url(/images/bubbleBG.png);
	background-repeat: repeat;
	vertical-align: top;
	color: #fff;
}
#tdMidDiv,
#tdMidDiv table,
#tdMidDiv table tr td,
#tdMidDiv table tr td div {
	color: #fff;
	letter-spacing: 0.5pt;
}
#tdMidDiv h2 {
	font-size: 14px;
	letter-spacing: 0.1pt;
	margin: 0px;
	padding: 0px;
}
#tdMidDiv h1 {
	font-size: 18px;
	letter-spacing: 0.1pt;
	margin: 0px;
	padding: 0px;
}
.tdMidRight {
	background-image: url(/images/bubbleBG.png);
	background-repeat: repeat;
}

.tdBotLeft {
	background-image: url(/images/bubble.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	width: 10px;
}
.tdBotMid {
	background-image: url(/images/bubbleBG.png);
	background-repeat: repeat;
}
.tdBotRight {
	background-image: url(/images/bubble.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 10px;
	width: 10px;
}
.center {
	position: absolute;
	visibility: visible;
	left: 32%;
	right: 50%;
	top: 40%;
	z-index: 12000;
	width: 430px;
	height: 300px;
	bottom: 50%;
	color: #fff;
}
.fbLoader {
	position: absolute;
	visibility: visible;
	left: 50%;
	right: 50%;
	top: 50%;
	z-index: 12000;
	width: 30px;
	height: 30px;
	bottom: 50%;
	color: #fff;
}
.overlay {
	position: absolute;
	visibility: visible;
	left: 0%;
	top: 0%;
	width:100%;
	height:100%;
	opacity: 0;
	z-index: 100;
}