div#system_help .title {
	position: relative;
	color: #a71080;
	background-color: #fbfbfb;
	font-weight: bold;
	top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
div#system_help .content {
	position: relative;
	padding: 5px;
}
div#system_help .related {
	padding: 5px;
}
div#system_help .related div {
	background-image: url('http://www.hightechcampus.com/interface/web/images/window/help.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
}
div#system_help .related div a {
	color: #a71080;
}
.systemRelatedItemHover {
	background-color: #e99dcf;
	cursor: pointer; cursor: hand;
}
