
#info_box {
	float: left;
	margin: 0;
	width: 648px;
}
.contextualHelp {
	width: 352px;
	background: none;
	position: absolute;
	top: -5px;
	left: 345px;
	overflow: visible;
	z-index: 200;
	display: none;
}

.contextualHelpContainer {
	position: relative;
}

#info_box form .contextualHelp .top {
	background: url(../../images/contextualHelp.png) top right;
	height: 10px;
	width: 352px;
}

#info_box .contextualHelp .middle {
	background: url(../../images/contextualHelp.png) right -65px repeat-y;
	width: 307px;
	padding: 0 15px 0 30px;
	font-size: 12px;
}

#info_box form .contextualHelp .bottom {
	background: url(../../images/contextualHelp.png) bottom right;
	height: 10px;
	width: 352px;
}