.My_Module_Overlay{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.9;
	height:100%;
	width:100%;
}

* html .My_Module_Overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


.My_Module a:link {color: #666666;}
.My_Module a:visited {color: #666666;}
.My_Module a:hover {color: #000;}
.My_Module a:active {color: #666666;}
.My_Module a:focus{color: #666666;}

.My_Module {
	position: 	absolute;
	background: #ffffff;
	border: 4px solid #525252;
	z-index: 	102;
	color:		#000000;
	text-align:	justify;
	top: 		10%;
	left:		50%;
	width:		520px;
	margin-left:-260px;

}
#My_Module_0 {
	top: 		15%;
	width:		330px;
	margin-left:-165px;
	z-index: 	1002;
}


.My_Module_Header{
	background-color:#a6a6a6;
	color:	#ffffff;
	height:27px;
}

.My_Module_Header_Inner{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
.My_Module_Inner{
	clear:		both;
	overflow: 	auto;
	padding:	10px;
	min-height:400px;
	max-height:400px;
}

#My_Module_Inner_0 {
	min-height:100px;
}