﻿.flyOutDiv
{
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #666666;
	display: none;
	position: absolute;
	width: 170px;
	z-index: 3;
	opacity: 0;
	filter: (progid:DXImageTransform.Microsoft.Alpha(opacity=0));
	font-size: 14px;
	background-color: #FFFF99;
	padding: 5px;
}
.flyOutDivCloseX
{
 background-color: Transparent; 
 color: #FFFFFF; 
 text-align: center; 
 font-weight: bold; 
 text-decoration: none; 
 border: outset thin #FFFFFF; 
 padding: 5px; 
 z-index: 4;
 height: 16px;
 width:16px;
 
}
.helpButtonDiv
{
	position:absolute;
	z-index:2;
	margin-top:-43px;
	margin-left:100px;
	border:none;
	padding:0px;
	}
