@charset "utf-8";

/* CSS Document */
@import url("common/clear.css");
@import url("common/set_common.css");
@import url("common/common.css");


body{
	background:#5ED6FF;
}

#login_container{
	width:960px;
	height:740px;
	background:url(../img/index/back_index.gif) no-repeat center top;
	margin:0 auto;
	position:relative;
}

header{
	width:215px;
	margin:0 auto;
	padding:40px 0 20px 0;
}

#login{
	text-align:center;
}

#login h2{
	font-size:30px;
	font-weight:bold;
	color:#000;
	margin:0 0 45px 0;
}

#login dl{
	text-align:left;
	width:500px;
	margin:0 auto;
}

#login dl dt{
	clear:both;
	float:left;
	margin:0 0 0 20px;
	line-height:20px;
	padding:13px 0 0 0;
}

#login dl dd{
	background:#FFF;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	padding:10px 0 10px 135px;
	line-height:20px;
	margin:0 0 25px 0;
	box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 6px 0px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 6px 0px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 6px 0px;
}

#login dl dd span{
	border-left:1px dotted #CCC;
	padding:0 0 0 20px;
}

#login input.login_text{
	height:20px;
	width:310px;
	border:none;
}

ul#pass_set{
	width:500px;
	margin:0 auto 15px;
	clear:both;
}

ul li{
	display:inline;
}

footer{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	line-height:40px;
	color:#FFF;
	font-size:85%;
}