.system{
	font-size:9pt;	
}
.system.error{
	padding:10px;
	border:1px solid #666666;
	background-color:#FFFFD2;
	line-height:200%;
	color:#000000;
	font-weight:normal;
}
.msgbox{
	width:360px; padding: 20px; border:1px solid #CE181E; background-color:#e7e7e7; font-size:9pt;
}
.loading_box{
	width:511px;
	height:153px;
}
.blind_window{
	position:absolute;
	z-index:2000;
	top:0px;	
	left:0px;
	width:100%;
	height:100%;
	background-color:#111111;
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
}
.pop_outbox {
	background-repeat: no-repeat;
}
.pop_title {
	text-align:left;
}
.pop_cont {
	overflow-y : auto;
	scrollbar-arrow-color: #999999;
	box-sizing: border-box;
	background-color:#E9EBEE;
}
.pop_content {
	text-align: center;
	padding-top:6px;
}
.pop-header {
	border-bottom: 1px solid #cfd5e6;
}
.pop-footer {
	border-top: 1px solid #cfd5e6 !important;
	padding:20px 15px 0px 18px !important;
}
.pop_but {
	background-color: #ffffff;
	text-align:center;
	background-repeat: repeat-x;
}
.pop_btn {
	text-align:right;
	margin-top:1px;
	height:63px;
}
.pop_close{
	cursor:pointer;
}