﻿.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: White;
	/*border: dashed 1px black;*/
	padding: 2px;
}
