@CHARSET "UTF-8";

#dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	background: #ffffff;
	border: 1px #000 solid;
	z-index: 999;
	font-size: 12px;
	
}

#shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #0066FF;
	z-index: 100;
	filter: alpha(opacity = 50);
	opacity: 0.8;
}

#zhezhao_head {
	color: #FFFFFF;
	font-size: medium;
	height: 22px;
	background-image: url(/images/register/menu_bg.jpg);
	padding-top: 5px;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	background-repeat:repeat-x;
}

#zhezhao_head_1 {
	margin-top: 0px;
	float: right;
	margin-right: 10px;
}

#zhezhao_head_2 {
	margin-left: 10px;
}

#zhezhao_context {
	color: #000000;
	margin-top: 30px;
	top: 10px;
	margin-left: 20px;
}

#zhezhao_msg {
	color: red;
	margin-top: 10px;
	text-align: center;
}