﻿.CSSOverlay
{
	position:absolute;
	background: #333333;
	top:0px;
	left:0px;
	z-index: 5000;
	display:none;	
}



.PopupContainer
{
	position:absolute;
	display:none;
	background: url("/_images/popupBack2.png") no-repeat;
	z-index: 5001;
	overflow:hidden;
	top: 300px;
	left: 100px;
	width: 10px;
	height: 10px;
}


	.Popup
	{
		position:relative;
		z-index: 150;
		padding: 7px 7px 7px 7px;
	}
	
	
	div.EmergNote
	{
		display:block;
	    width: 400px;
	    padding: 0px 65px 0px 55px;
	    margin: -20px 0px 0px 0px;
	}
	
	div.CloseButtonRow
	{
	    width: 510px;
	    text-align: right;
	    padding: 15px 40px 0px 0px;
	}
	    
	    .closeButton
	    {
	        display: inline-block;
	        width: 46px;
	        height: 46px;
            background: url("/_images/closeButton.png") no-repeat;
	        color: #FFFFFF;
	        font-size: 20px;
	        font-weight: bold;
	        padding: 10px 0px 0px 0px;
	        text-decoration: none;
	        text-align: center;
	    }
	    
	    .closeButton:hover
	    {
	        text-decoration: underline;
	    }
	   

