body, form, img, select, input {
	margin: 0;
	padding: 0;
	color: #333;
	font: 12px/150% Verdana;
}
body {
	font: 12px/150% Verdana;
	background: #f4f4f4 url('../images/login_bg.jpg') repeat-x;
	color: #333;
}
#welcome {
	height: 250px;
	background: transparent url('../images/login_wel.jpg') no-repeat right bottom;
	min-width: 830px;
}
#welcomeInner {
	width: 800px;
	padding: 0 0 0 12px;
}
#welcomeInner div {
	width: auto;
	float: left;
}
#loginArea {
	background: transparent url('../images/login_main.jpg') no-repeat center top;
	width: 830px;
	margin: 0 auto;
	height: 280px;
}
#fm1 {
	padding: 68px 0 0 231px;
}
#loginType {
	width: 159px;
	height: 21px;

}
.inputOut {
	height: 19px;
	padding: 10px 0 0 3px;
}
.inputOut input {
	border: none;
	background: transparent;
	float: left;
	height: 17px;
	width: 153px;
	margin-right: 4px;
}
#code {
	width: 67px;
}
#BtnDiv {
	padding: 14px 0 0 0;
}
#BtnDiv input {
	text-align: center;
	width: 45px;
	height: 23px;
	letter-spacing: 2px;
}
#codePic {
	border: none;
	margin-left: 6px;
	float: left;
}
#BtnDiv #BtnGo {
	width: 62px;
	letter-spacing: 0px;
}
