﻿.NewsEvents-inner-wrapper  
{
	 width:720px;  
	 height:475px;  
	 background-color:#3479c7;  
	 
}

.NewsEvents-inner-wrapper .content  
{  
	width:700px; height:450px; background-color:#FFFFFF; border: solid 1px Gray; z-index:9999;  
	float:right; margin-top:10px; margin-right:10px;  
}  
.NewsEvents-inner-wrapper .content .close  
{  
	float:right;   
}  
.NewsEvents-inner-wrapper .content .body  
{  
	margin-top:20px;  
} 


.Passwordmodal-inner-wrapper  
{
	 width:520px;  
	 height:175px;  
	 background-color:#3479c7;  
	 
}

.Passwordmodal-inner-wrapper .content  
{  
	width:500px; height:150px; background-color:#FFFFFF; border: solid 1px Gray; z-index:9999;  
	float:right; margin-top:10px; margin-right:10px;  
}  
.Passwordmodal-inner-wrapper .content .close  
{  
	float:right;   
}  
.Passwordmodal-inner-wrapper .content .body  
{  
	margin-top:20px;  
} 

.modal-inner-wrapper  
{
	 width:520px;  
	 height:375px;  
	 background-color:#3479c7;  
	 
}

.modal-inner-wrapper .content  
{  
	width:500px; height:350px; background-color:#FFFFFF; border: solid 1px Gray; z-index:9999;  
	float:right; margin-top:10px; margin-right:10px;  
}  
.modal-inner-wrapper .content .close  
{  
	float:right;   
}  
.modal-inner-wrapper .content .body  
{  
	margin-top:20px;  
}  
.rounded-corners   
{  
	 /*FOR OTHER MAJOR BROWSERS*/  
	 -moz-border-radius: 5px;  
	 -webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	 border-radius: 5px;
	 /*FOR IE*/
	 behavior: url(border-radius.htc);
	 
}
.rel
{  
	position: relative;
	z-index: inherit;
	zoom: 1; 
	/* For IE6 */
}
.modal-bg
{  
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.6;
	z-index:999;
	
}
.modal
{  
	position:absolute;
	
}


.Divmodal-inner-wrapper  
{
	 width:520px;  
	 height:500px;  
	 background-color:#3479c7;  
	 
}
.Divmodal-inner-wrapper .content  
{  
	width:500px; height:475px; background-color:#FFFFFF; border: solid 1px Gray; z-index:9999;  
	float:right; margin-top:10px; margin-right:10px;  
}  
.Divmodal-inner-wrapper .content .close  
{  
	float:right;   
}  
.Divmodal-inner-wrapper .content .body  
{  
	margin-top:20px;  
}  