﻿.mask{
	position:absolute;
	left : 0;
	top: 0px;
	margin:0px;
	z-index:100;
	filter:Alpha(Opacity=70);/*IE*/
	opacity:0.7;/*Mozilla*/
	padding: 0px;
	background-color: #999999;	/*width:expression(document.body.offsetWidth);
	height:expression(document.body.offsetHeight); */
}
.msgbox {
	margin: auto;
	height: 400px;
	width: 500px;
	z-index: 900;
	position: absolute;
}
.msgbox_1 {
	background-image: url(../images/msgbox_1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 500px;
	text-indent: 45px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}
.msgbox_2 {
	background-image: url(../images/msgbox_2.jpg);
	background-repeat: repeat-y;
	height: 138px;
	width: 500px;
	padding: 10px;
}

.msgbox_3 {
	background-image: url(../images/msgbox_3.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 500px;
}
.msgbox_2 span{
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	height: 55px;
	text-indent: 80px;
	line-height: 55px;
	margin-left: 40px;
	padding: 0px;
	width: 380px;
	margin-top: 40px;
	float: left;
}