div.helpPopupArea {
	position: absolute;
	width: 201px;
	background-color: #FFFFFF;
	padding: 0px;
	top: 0px;
	left: 0px;
}

div.helpPopupHeader {
	height: 20px;
	background-image: url("/images/artifacts/popup_help_header_background.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
div.helpPopupButton {
	width: 11px;
	padding: 4px 5px 0px 5px;
	float: left;
	display: inline;
}
div.helpTitle {
	padding: 3px 5px 0px 5px;
	width: 149px;
	float: left;
	display: inline;
	color: #5D9A85;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
div.helpCloseButton {
	width: 11px;
	padding: 4px 5px 0px 5px;
	float: left;
	display: inline;
}
		
div.helpPopupContentArea {
	background-image: url("/images/artifacts/popup_help_content_background.gif");
	background-repeat: repeat-y;
	background-position: top right;
}
div.helpPopupContent {
	background-image: url("/images/artifacts/popup_help_bottom_border.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 5px 10px 5px 10px;
}

div.helpPopupContent p {
	font-size: 11px;
	margin: 5px 0px 5px 0px;
}

div.helpPopupHeader a , .showhelpPopupHeader{
	cursor: pointer;
}

