﻿/*弹出层遮罩样式*/
.modal
{
    background-color: #fff;
    display: none;
    width: 500px;
    height:200px;
    padding: 15px;
    text-align: left;
    border: 5px solid #333;
    opacity: 0.8;
    overflow:auto;
    scrollbar-face-color: #EEE;
	scrollbar-shadow-color: #000; 
	scrollbar-highlight-color:#111; 
	scrollbar-3dlight-color: #222;  
	scrollbar-darkshadow-color: #333; 
	scrollbar-track-color:#444; 
	scrollbar-arrow-color: #555;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}
.modal .closeBtn { 
    background-image:url(/images/cancel.png); 
    position:absolute; 
    right:2px; 
    top:2px; 
    cursor:pointer; 
    height:16px; 
    width:16px; 
    z-index:9999;
}
.modal h2
{
    background: url(/images/info.png) 0 50% no-repeat;
    margin: 0px;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #333;
    font-size: 12px;
}

.loading
{
    text-align:center;
    background-color: #fff;
}
.loading img
{
    width: 22px;
    height: 22px;
    border-style: none;
}

/*弹出层遮罩效果*/
.modal_popup
{
	/*position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	
	/*height:600px;
	width:600px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#696969;
	color:gray;	
	opacity:9;
	filter: alpha(opacity=80);


	background-color:Gray;
	opacity:0.7;
	filter:alpha(opacity=70);
	width: 100%;
	height: 100%;
	z-index: 100;

*/
background-color: Gray;
z-index:300;
position:absolute;
left:0px;
top:0px;
filter:Alpha(Opacity=30);
/* IE */
-moz-opacity:0.4; 
/* Moz + FF */
opacity: 0.4; 
}