﻿.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
    width: 100%;
    height: 100%;
    position: fixed;
    left: 1px;
    top: 1px;
    
    text-align:center;
}


/*Modal Popup*/
.modalBackground2 {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.passportbasictext {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px; 
font-weight: normal;
font-style: normal;
line-height: 18px;
color: #eee;
text-align: center;
text-indent: 5px;
	}	
	
	
.iframeTest {
    width: 250px;
    height: 200px;
    top: 0px;
    
    left: 40%;
    
    position: absolute;
/*     
    
    position: fixed;
    
   
	margin-left: auto;
    margin-right: auto; 
*/
}
