﻿#showBox
{
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
}
#msleft
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1002;
	width: 100%;
	height: 100%;
}
#alphaBox
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=30); /* IE */
	opacity: 0.6; /* 支持CSS3的浏览器（FF 1.5也支持）*/
	-moz-opacity: 0.6; /* Moz + FF */
}
#content
{
	color: #416f02;
	margin: 0 auto;
	margin-top: 220px;
	width: 240px;
	height: 60px;
	border: 1px solid #3C3C3C;
	background-color: #fff;
}
#content a
{
	color: #416f02;
	text-decoration: none;
}
#content a:hover
{
	color: #c00;
}

.h1
{
	font-size: 14px;
	color: #c00;
	text-align: center;
}
.intro
{
	color: #c27006;
	font-size: 12px;
	text-align: center;
}
.close
{
	text-align: right;
	height: 20px;
	margin: 20px 20px 0 0;
}

