#contextHelp  {
	display: none;
	top: 110px;
	left: 50%;
	margin-left: -175px;
	width: 340px;
	background-color: #FFF;
	border: 5px solid #A2004C;
	padding: 0 5px;
	overflow: hidden;
	position: fixed;	
}

#contextHelp img {
	margin: 5px auto;
}

#contextHelp p {
	margin: 15px 0;
}

.jqmOverlay { 
	background-color: #B787A1;
}

#contextHelp #close {
	text-align: center;
}

#contextHelp a {
	color: #990033;
	text-decoration: underline;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
 * html #contextHelp {
     position: absolute;/**/
     top: expression(parseInt((document.documentElement.scrollTop || document.body.scrollTop) + 110) + 'px');
}