﻿.mask
{
	background-color: #666;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=30);-moz-opcacity:30;opacity:30;
	z-index:1000001;
}

.frame
{
	position: absolute;
	z-index: 1000002;
	min-width:100px;
	font-size:12px;
	background-color:#fff;
	overflow:hidden
}
.ajaxwin
{
	border: 2px solid #999;
	text-align:left;
}
.frame .head
{
	line-height:25px;

	clear:both;
	height:25px;
	cursor:move;
}
.frame .clsbtn
{
	width:16px;
	height:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	background:url(../images/imgs.gif) no-repeat left -421px; 
	
}
.frame .head .title
{
	position:relative;
	left:5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.frame .head .btnclose
{
	position:absolute;
	top:0px;
	right:0px;
}
.default
{
	border: 1px solid #95A1B6;
}
.msg_error
{
	border: 2px solid #FF6600;
	background-color: #FFFFCC;
	font-size: 14px;
	overflow: hidden;
	font-weight: bold;
}
.msg_error .head,.msg_tips .head,.msg_right .head{display:none;}
.msg_tips,.msg_default
{
	border: 2px solid #3399FF; 
	background-color: #E6FFFF;
	font-size: 14px;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
}
.msg_right
{
	border: 2px solid #009933;
	background-color: #E8FFD0;
	font-size: 14px;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
}

.ajaxwin .content{ padding:25px; text-align:center;}
.ajaxwin .default .content,.ajaxwin .content{ padding:10px; text-align:left; }

.frame .btnclose
{
	padding:5px;
}

#loading
{
	background-position: blue;
	position: absolute;
	top: 10px;
	text-align: center;
	text-indent: 20px;
	padding: 5px;
	right: 45%;
	width: 200px;
	color: #FFFFFF;
	left: 45%;
	z-index:1000999;
}

#MsgFrame{
    _width:300px;
}
