.MainContainer
{
	z-index: 1;
	background-image: url(images/HelpWindow.gif);
	width: 368px;
	height: 216px;	
}

.CloseImage
{
	cursor:pointer;
	cursor:hand;
	background-image: url(images/Close.gif);
	position: absolute;
	left: 10px;
	width: 73px;
	height: 18px;
	top:0;
	background-repeat: no-repeat;
	z-index: 2;
	color:transparent;
}
.TextContainer
{
	cursor:pointer;
	cursor:hand;
	text-align: center;
	position: absolute;
	top: 18px;
	width: 100%;
	height: 100%;
	color: blue;
	z-index: 3;
	padding-left: 10px;
	padding-top: 10px;
}