/* Overlays */

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: .50; filter:Alpha(Opacity=50); }
.ui-content { z-index: 10001; background:none; border:none; padding: 0px; position: absolute; width: 750px; height: 550px; }

.modal {

	background:url(../images/white.png) no-repeat;
	width:654px; height:440px;	
	padding:39px;
	font-size:11px;
    text-align:left; 
}
.modal p{

	margin:40px auto;
}
.modal p a{
	border-top: 2px solid #7aabbc;
	border-right: 2px solid #3b5f72;
	border-left: 2px solid #3b5f72;
	border-bottom: 2px solid #004367;	
	padding:5px; background:#1f99c3; color:#fff;
}
.modal p a:hover{
	background:#0079a1; 

}
