﻿#messageBoxBG
{
	opacity: 0.5;
filter: Alpha(Opacity=50);
position: absolute;
z-index: 10000;
background-color: #888;
text-align: center;
left: 0;
top: 0;
}


#messageBox
{
position: absolute;
z-index: 10001;
background-color: #fff;
width:350px;
border:2px solid #67b0f8;
}


#messageBox h3
{
	height:35px;
	border-bottom:2px solid #67b0f8;
	background:#86c2fc;
	position:relative;
	font-size: 14px;
font-weight: normal;
color: #fff;
padding: 0;
text-align: left;
}

#messageBox h3 em
{
	padding:0 0 0 15px;
	font-size:16px;
	font-style:normal;
	line-height:35px;
	color:#fff;
	font-weight:normal;
}

#messageBox h3 a
{
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	top:3px;
	right:3px;
	color:#666;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	border:1px solid #86c2fc;
    font-family:宋体;
    font-size:14px;
}

#messageBox h3 a:hover
{
	border:1px solid #ccc;
	width:20px;
	height:20px;
}

#messageBoxContent
{
	padding:15px;
	line-height:22px;
	text-indent:28px;
	font-size:14px;
}


#messageBoxBottom
{
	text-align:center;
	padding:10px 0;
}

#messageBoxBottom a
{
	display:inline-block;
	width:80px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	border:1px solid #ccc;
	background:#eee;
	color:#666;
	
	border:1px solid #67b0f8;
	background:#86c2fc;
	color:#fff;
	
	margin:0 20px;
}

#messageBoxBottom a:hover
{
	background:#41add7;
	color:#fff;
	background:#e5832c;
	border:1px solid #936405;
}