.hintToggle, .hintStatic {
		position: absolute;
		width: 170px;
		margin-top: -2px;
		margin-left: 10px;
		border: 1px solid #c93;
		padding: 5px 7px;
		background: #ffc url(../assets/images/pointerSpan.gif) no-repeat -10px 5px;
		font: bold 12px verdana;
		z-index: 5;
	}
	
	.hintToggle {
		display: none;
		z-index: 6;
	}
	
	.hintPointer {
		position: absolute;
		left: -10px;
		top: 2px;
		width: 10px;
		height: 19px;
		background: url(../assets/images/pointerSpan.gif) left top no-repeat;
	}		

