﻿.csi_HelpWindow
{
    /* don't alter these settings... */
	z-index: 999;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	visibility: hidden;
	
	/* Customize these settings to get your help windows to look as you want... */
	background-color: #ddd;
	border: solid 1px #999999;
	padding: 5px;
}


