#divMsgBox,#divMsgBox .png{
	position:absolute;
	width:400px;
	height:216px;
}
#divMsgBox{
	top:50%;
	left:50%;
	z-index:9;
	margin:-108px 0 0 -200px;
	background:url(../img/popLayer/layerBg.png);
	_background:url(../img/popLayer/layerBg.gif);
	-moz-user-select:none;
    -khtml-user-select:none;
    user-select:none;
}
#divMsgBox .png{
	_top:0;
	_left:0;
	_z-index:-1;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="scale", src="../img/popLayer/layerBg.png");
}
#divMsgBox h2{
	margin:12px;
	padding-left:1em;
	font-size:14px;
	line-height:27px;
	letter-spacing:.5em;
	color:#fff;
	cursor:move;
}
#divMsgBox h2 span{
	position:absolute;
	top:15px;
	right:16px;
	width:22px;
	height:22px;
	background:url(../img/popLayer/closeBg.gif);
	cursor:pointer;
	_cursor:hand;
}
#divMsgBox h2 span:hover{background-position:0 22px}
#divMsgBox .outer{
	position:relative;
	margin:auto 26px;
	height:100px;
	text-align:center;
}
#divMsgBox .outer[class]{
	display:table;
	width:348px;
}
#divMsgBox .inner{
	+position:absolute;
	+top:50%;
}
#divMsgBox .inner div{
	position:relative;
	+top:-50%;
	+left:-50%;
	font-size:14px;
}
#divMsgBox .inner[class]{
	display:table-cell;
	vertical-align:middle;
}
.msgButtonContainer{text-align:center}
#divMsgBox .msgButtonContainer input{
	width:105px;
	height:31px;
	border:none;
	background:url(../img/popLayer/buttonBg.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	_cursor:hand;
}
#veil{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	width:100%;
	height:100%;
	border:0;
	background-color:#fff;
	filter:alpha(opacity:60);
	opacity:0.6;
}
@media all and(min-width:0px){/* opera 7 styles */#veil{left:1%}}