@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; }
body{background:#F2EFDC;}

#transparent_border{
	height:400px; width:550px;
	border: solid 10px #000;
	background:#000;
	position:fixed;
	left:50%; top:50%;
	margin-left:-310px;
	margin-top:-210px;
	opacity:1;
	z-index:11000;
	border-radius:5px;
	box-shadow:0px 0px 5px rgba(0,0,0,1);
	}
#Content_wrapper{
	height:400px; width:550px;
	position:fixed;
	left:50%; top:50%;
	margin-left:-300px;
	margin-top:-200px;
	opacity:1;
	z-index:11001;
	border:0px solid #000;
	}

h1{
	line-height:80px;
	font-size:30px;
	text-align:center;
	color:#fff;
	font-family:"幼圆","微软雅黑";
	}
#main{
	background:#eee;
	width:550px; height:280px;	/* 总高：330px */
	}
#Login{
	padding:75px 95px;
	border:0px dashed #900;
	}
#Login img{
	float:left;
	border-radius:4px;
	width:90px; height:90px;
	}
#Login span{
	display:block;
	width:200px; height:30px;
	border:2px solid #bbb;
	border-radius:3px;
	margin-left:20px;
	padding:5px 5px 5px 50px;
	padding:0 0 0 40px;
	float:left;
	}
#username_tip{background:url(../image/input_tip_icon.png) no-repeat left top; margin-top:5px;}
#password_tip{background:url(../image/input_tip_icon.png) no-repeat left -30px; margin-top:9px; margin-bottom:10px;}

input.Input{
	background:none;
	border:0px solid #666;
	width:100%; height:30px;
	line-height:30px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
	color:#999;
	}
#Submit{
	border:1px solid #999;
	border-radius:3px;
	width:150px; height:25px;
	color:#666;
	cursor:pointer;
	margin-left:100px;
	}
p#login_state{
	float:left;
	width:100%;
	line-height:30px;
	text-align:center;
	color:#999;
	}

#bot{
	border-top:0px dashed #900;
	width:550px; height:40px;
	background:url(../image/login_bot_back.jpg);
	text-align:center;
	}
#bot a{
	text-decoration:none;
	color:#a08b8b;
	line-height:40px;
	}