div#ned-popup-modal-wrapper{
	background: url('bg.png') top left repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding:0;
	margin: 0;
	position: fixed;
	z-index:99998;
}


div#ned-popup-modal{ 
display: none;
	background: #dddddd;
	width: 50%;
	z-index:99999;
	margin: 0 auto;
	max-height: 80%;
	min-height: 50%;
	overflow: hidden;
	border: 3px solid #555555;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color: #111111;
margin-top: 5%;
}


div.nedtopclose-inner{margin: 20px; text-align:left; font-size: 130%;color: #222222;}

div#ned-popup-modal i{color: #ffffff;}

div.nedtopclose-modal{background: #dd0020 none repeat scroll 0% 0%;
margin: 10px;
cursor:pointer;
width: 100px;
margin: 2px;
float: right;
padding: 6px;
border-radius: 8px;
border: 2px solid #ffffff;}
span.nedclosetxt-modal{font-size: 140%; color: white;}
span.ne-modal-heading{text-align: left; font-size: 2em; padding-left: 20px;}

#jsn-master {
    text-align: left !Important;
}


