@charset "utf-8";
/* CSS Document */
/*by Denglh 2010-11-19*/
#boxBg {	
	filter:alpha(opacity=50);
	opacity:0.5;
	background:#000;
}
.box {
	border:3px solid #E9F3FD;
	background:#fff;
}
.boxLoading,.boxError {
	position: absolute;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin-left: -45px;
	margin-top: -15px;
	left: 50%;
	top: 50%;
	color: #f00;
}
.boxLoading{
	width:28px;
	margin-left: -14px;
	background:url(../images/loading.gif) no-repeat;
	text-indent: -999em;
	text-align: center;
}
.boxTitle {
	position: relative;
	border: 1px solid #A6C9E1;
	background: url(../images/ico.png) 0 0 repeat-x;
	height: 30px;
}
.boxTitle h3 {
	position: absolute;
	font-weight: normal;
	left: 10px;
	top:-5px;
	height: 18px;
	color: #666;
	font-size: 12px;
	color:#064D9D;
	font-weight:bold;
	padding-top:3px; 
	*padding-top:5px;!important
}
.boxTitle span {
	position: absolute;
	width: 10px;
	background: url(../images/ico.png) -80px -40px no-repeat;
	text-indent: -10em;
	right: 10px;
	top: 10px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
}
.boxTitle span.hover {
	background: url(../images/ico.png) -90px -40px no-repeat;
}
.boxContent {
	position: relative;
	padding:0px;
	border: 1px solid #A6C9E1;
	border-top: none;
	text-align: center;
	overflow: auto;
}
.shadow {
	box-shadow:3px 3px 5px #bfbfbf;
	-moz-box-shadow: 3px 3px 5px #bfbfbf;
	-webkit-box-shadow:3px 3px 5px #bfbfbf;
}

h1 { width: 100%; text-align: center;}
button,#close{width:80px;height:35px;background:url(../images/ico.png) 0 -30px no-repeat;border:none;color:#02335C;}

a { color: #096FB7; text-decoration: none; }
a:hover { text-decoration: underline; }

#container { margin: 0 auto; margin-top: 20px; padding: 20px; width: 600px; text-align: left; border: 20px solid #60B7DE; }
h3{ margin: 10px 0;}
ul li { list-style: none; margin: 10px 0 50px 50px; }
ul li span{font-size:14px;font-weight:bold;color:#1B739E;}
div.update li {list-style: none; padding-left: 30px; color: #fc0;}
blockquote { width: 500px; margin: 10px 0; padding: 10px; border: 2px dashed #73C5E5; background-color: #eff;}
/*table{border-collapse:collapse;width:520px;margin-left:50px;}
table td,table th{background:#fff;border:solid 1px #73C5E5;height:30px;text-align:center;}*/
.lh25{line-height:25px;}.blue3{color:#1B739E;}
