.contextual-help-button {
	background: url(../contextual-help/button-help.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
}
.contextual-help {
	position: absolute;
	display: inline;
}

.contextual-help dl {
	position: absolute;
	background: url(../contextual-help/box-bottom.gif) no-repeat left bottom;
	width: 238px;
	padding: 0px 0px 20px;
	text-align: left;
	line-height: 1.2em;
	margin: 0px;
	display: none;
	right: -52px;
	bottom: 2px;
}
.contextual-help dt {
	font-size: 110%;
	background: url(../contextual-help/box-top.gif) no-repeat left top;
	padding: 3px 8px;
}
.contextual-help dt .button-close {
	background: url(../contextual-help/button-close.gif) no-repeat right 0px;
	padding: 0px 20px 5px 0px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 13px;
	text-decoration: underline;
	display: none;
}
.contextual-help dd {
	background: #fff;
	margin: 0px 10px 0px 0px;
	padding: 8px 6px 4px;
	border-top: 0px solid #e1deac;
	border-right: 2px solid #e1deac;
	border-bottom: 0px solid #e1deac;
	border-left: 2px solid #e1deac;
	font-weight: normal;
}

