.PopupHelpContainer
{
    position: absolute;
    visibility: hidden;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index: 300;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
	overflow: hidden;
	border: 1px solid #000000;
	padding: 0px;
	font-size: 11px;
	background-color: #FFFFCC;
	layer-background-color: #007C7A;
}

.PopupHelpTitleBar
{
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 15px;
	z-index: 300;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	layer-background-color: #007C7A;
}

.PopupHelpLabel
{
	margin: 5px;
	font-weight: bold;
}

.PopupHelpText
{
	margin: 5px;
}
