.MainContainer
{
	background-image: url('images/PAChatWindow.gif');
	background-repeat: no-repeat;
	position: absolute;
	background-color: #ffffff;
	height:216px;
	width:368px;
}
.CloseImage
{
	background: url('images/PAClose.gif') no-repeat;
	position: absolute;
	height:22px;
	width:73px;
	top:-17px;
	left:7px;
}
.TextContainer
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 368px;
	cursor: pointer;
	color: white;
	padding-top: 5px;
	position: absolute;
	height: 216px;
}