/* POP UP MESSAGE STYLES */

.overlay,
.overlay2
{
	position: absolute;
	z-index:1000;
    width: 100%;
	height:100%;
    top: 0;
    left: 0;
	display:block;
	background-color:#14203C;
    opacity: 0.5;
    filter: alpha(opacity = 50); /* required for opacity to work in IE */
}
#overlay
{
	position:relative;
	z-index:1300;
}
.overlay_content
{
	position: absolute;
	z-index:1001;
	text-align:center;
	width:100%;
	top:60px;
	left:0;
}
.textwindow.webpage
{
	width:579px !important;
	max-width:579px;
	min-width:579px;
	text-align:left;
	position:relative;
}
.textwindow .module_html
{
	width:544px;
	background-color:#FFF;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:5px;
}
.textwindow.webpage .module_html h1, .textwindow.webpage .module_html h2, .textwindow.webpage .module_html h3, .textwindow.webpage .module_html h4, .textwindow.webpage .module_html h5, .textwindow.webpage .module_html p
{
	margin-left:15px;
	padding-right:15px;
}

.border_top
{
	width:579px;
	height:16px;
	overflow:hidden;
	background:url(../../media/interface/png/border_top.png) no-repeat;
}
.border_bottom
{
	width:579px;
	height:16px;
	overflow:hidden;
	background:url(../../media/interface/png/border_bottom.png) no-repeat;
}
.border_midd
{
	background:url(../../media/interface/png/border_midd.png) repeat-y;
}
.close_window
{
	width:40px;
	height:40px;
	overflow:hidden;
	background:url(../../media/interface/png/message_close.png);
	position:absolute;
	right:-16px;
	top:-16px;
	cursor:pointer;
}	
/* END POP UP MESSAGE STYLES */