@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	text-align:center;
	color:#fff;
	background-color:#2a507f;
	font-size:12px;
	}

#container {
	text-align:left;
	width:1000px;
	padding:0;
	margin:0;
	}

.bg{background:url(../img/login.jpg) no-repeat; width:1000px; height:446px;}
.fangkuang{ margin-top:-230px; text-align:center; margin-left:-10px;}
.copy a{color:#FFFFFF; text-decoration:underline}
.copy a:hover{ text-decoration:none}
.copy{ text-align:center; margin-top:80px; margin-left:-30px}
/*===============================================form=================================*/


#submit {
	background:url(../img/login_09.gif) no-repeat left;
	width:72px;
	height:40px;
	border:none;
	cursor:pointer;
	}
	
#submit2 {
	background:url(../img/login_11.gif);
	background-repeat:no-repeat;
	width:72px;
	height:40px;
	border:none;
	cursor:pointer;
	}
	
#username {
	color:#FFFFFF;
	border:#FFFFFF solid 1px;
	width:160px;
	background-color:#2978a1;
	
	}

#password {
	margin-top:5px;
	color:#FFFFFF;
	border:#FFFFFF solid 1px;
	width:160px;
	background-color:#2978a1;
	}
