
div.inlineHelper {
	position: absolute;
	z-index: 999;
	display: none;
	width: 238px;
}
table.fields img.helpToggler,
img.helpToggler {
	cursor: pointer;
	z-index: 9999;
	margin-top: -2px;
}
td img.helpToggler,
div.close-panel img.helpToggler {
	margin-top: -7px;
}
/* inline helper */

div#inlineHelperExpire {
        position: absolute;
        z-index: 999;
        display: none;
        width: 238px;
}
img.helpToggler {
        cursor: pointer;
        margin-top: -5px;
        position: relative;
        z-index: 9999;
        top: 0;
        left: 0;
}
img.closed {
	background: transparent url(/images/disabled.png) no-repeat bottom left;
}
img.hover {
	background: transparent url(/images/hover_disabled.png) no-repeat bottom left;
}
img.open {
	background: transparent url(/images/active.png) no-repeat bottom left;
}
div.inlineHelperContent {
	border: 1px solid #8f9082;
	background: #e0d5c3;
	padding: 15px 13px 15px 13px;
	text-align: left;
	font-weight: normal;
	font-size: 1.0em;
}

