@charset "utf-8";

* {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	font-size:12px;
	color: #555;
}
input {
	vertical-align:middle;
}
img {
	border:none;
	vertical-align:middle;
}
a {
	color:#2366A8;
	text-decoration: none;
}
a:hover {
	color:#2366A8;
	text-decoration:underline;
}
.main {
	width:740px;
	background:#FFF;
	padding-bottom:10px;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main .title {
	width:600px;
	height:50px;
	margin:0px auto;
	background:url(../images/login_toptitle.jpg) -10px 0px no-repeat;
	text-indent:326px;
	line-height:46px;
	font-size:14px;
	letter-spacing:2px;
	color:#F60;
	font-weight:bold;
}
.main .login {
	width:700px;
	margin:20px auto 0px;
	overflow:hidden;
}
.main .login .inputbox {
	width:330px;
	float:right;
	background-image: url(../images/login_input_hr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.main .login .inputbox dl {
	height:28px;
	clear:both;
}
.main .login .inputbox dl dt {
	float:left;
	width:80px;
	height:25px;
	line-height:25px;
	text-align:right;
	padding-right: 5px;
}
.main .login .inputbox dl dd {
	width:160px;
	float:left;
	padding-top:1px;
}
.main .login .inputbox dl dd input {
	font-size:12px;
	border:1px solid #dcdcdc;
	background:url(../img/login_input_bg.gif) left top no-repeat;
	height: 18px;
	line-height: 18px;
	padding-right: 2px;
	padding-left: 2px;
}
.main .login .inputbox dl .input {
	width:57px;
	height:23px;
	background:url(../img/login_submit.gif) no-repeat;
	border:none;
	cursor:pointer;
}
.main .login .butbox {
	float:left;
	width:350px;
}
.main .login .butbox dl {
}
.main .login .butbox dl dt {
	height:76px;
	padding-top:5px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
.main .login .butbox dl dd {
	height:21px;

}
.main .msg {
	clear:both;
	line-height:20px;
	border:1px solid #DCDCDC;
	color:#888;
	margin-left: 55px;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	width: 130px;
	margin-bottom: 3px;
}
.copyright {
	width:640px;
	text-align:center;
	font-size:12px;
	color:#555;
	font-family: Arial;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.copyright a {
	color:#2366a8;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration: underline;
}

