body {
	background-image: url(images/lg1.png);	
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
}
#login-title {
	font-size: 18px;
	font-weight: bold;	
	color: #6593CF;
}
#login_panel {
	position: relative;
	width: 400px;
	margin:100px auto;
	background-color: #FFF;
	background-image: url(images/lg2.png);	
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #888;
}
#login_panel .hd {
	background: url(images/lg3.png);	
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #888;
}
.textbox {
	width: 160px;
}
#top-panel {
	background:#FFFFFF url(images/wemsy.png) no-repeat left top scroll; 	
	background:#FFFFFF url(images/app_logo.png) no-repeat left top scroll; 	
	height: 50px;overflow: hidden;
}
#top-panel-inner {
	background:transparent url(images/topbg.png) no-repeat right bottom scroll; 	
	height: 50px;position:relative;overflow: hidden;
}
#login_panel form {

}
#login_panel .bd {
	padding: 5px;
	background:transparent url(images/login_lock.png) no-repeat 20px center scroll; 		
	
}
#login_panel .ft {
	padding: 5px;
}
.login_inner div {
	margin:5px 0;
	
}
.login_inner div label{
	margin-left: 130px;
	float: left;
	width: 90px;
	line-height: 22px;
}
.login_inner div input {
	clear: right;
	border: 1px solid #888;
}
.login_failed {
	margin: 10px;
	color: #FF0000;
	padding: 5px;
	background-color: #FFFF99;
	border: 1px solid #990000;
	font-weight: bold;
	text-align: center;
}
#login_submit {
	cursor: pointer;
	width: 100px;
	height: 25px;
	background-color: transparent;
	background-image: url(images/lgbtn.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	margin-right: 10px;
}
#login_submit:hover {
	background-image: url(images/lgbtn2.png);	
	color: #000;
}
