
body	{

position:relative;
height:100%;
width:99%;
overflow:visible;
}
#showbox_overlay {
	/*background-image: url(http://jgadvisory.com/checklist/images/overlay.png);
	background-repeat:repeat;*/
	background-color:white;
	filter: alpha(opacity=50);
	opacity: 0.5;
	

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	height:100%;
	width:100%;

}

 

#box {
	position: relative; 
	z-index: 91; 
	width:500px;
	height:auto;
	text-align:left;
	background:white; 
	padding:20px; 
	border:1px solid #666666;
	
	color:#666666;
	
	}
	

#box a	{
	color:#6699FF;
	text-decoration:none;
}

#close {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}
a img#close	{
	border:none;
}

#box .text	{
	color:#666666;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
#box textarea	{
	width:90%;
	height:130px;
	border:1px solid #CCCCCC;
}