﻿body {
}
    #msgDiv {
    z-index:10001;
    width:300px;
    height:130px;
    background:white;
    border:#336699 1px solid;
    position:absolute;
    font-size:14px;
    display: none;
    text-align:center;
}
#msgTop
{
	margin-left:auto; margin-right:auto;
	width:290px;
	height:20px;
	background-color:#CFDDF1;

	padding-top:8px;
	font-size:14px;
	color:#3062A0;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	display:block;
	overflow:hidden;

}
#msgBottom
{
  width:300px; text-align:center; height:23px; padding-top:7px; display:block;
  
}
#msgDetail
{
	margin-left:auto; margin-right:auto;
    width:300px; height:40px; text-align:center; vertical-align:top;
    padding-top:20px;	
    font-size:14px;
	color:#3062A0;
	font-weight:bold;
	display:block;
	border-top:1px solid #7EA4D9;
}
#bgDiv {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right:0px;
    background-color:#97B7E0;
    filter:progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75)
    opacity: 0.3;
}
