@charset "utf-8";

#modalDarken{
	position:fixed;
	z-index:999;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	visibility=hidden;
	background-image: url(css-images/75black.png);
 }

 .modalIframe{
 	overflow:auto;
	z-index:1000;
	min-height:390px;
	min-width:336px;
	background-color:#fff;
	background-image:url('css-images/loadingWhite.gif'); 
	background-repeat:no-repeat; background-position:center;
 }
 .modalWindow{
	overflow:auto;	
	z-index:1000;
    position:fixed;
	top:20px;
	margin:0 auto;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
 }
  .modal_simpleform{
 }
  
 #modalXbox{
	position:relative;
	margin-bottom:-20px;
	cursor:pointer;
	z-index:1001;
	height:20px;
	width:20px;
	background-color:#444;
	
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
border-bottom-left-radius: 8px;
}
 
 #modalXbox a{font-family: Arial,  Verdana, Helvetica, sans-serif;	
	font-size: 13px;
	font-weight: bold;
	color:#eee;
	padding-left:6px;
line-height:1.5;
	}
 #modalXbox a:hover{color:#FFF;}
 