div.loginBackground {
	width:1000px;
	margin:auto;
	height:242px;
	border-bottom:1px solid #dee6f1;
	background-image: url("images/loginBackground.jpg");
}
	div.loginBackgroundCenter {
		width:940px;
		height:242px;
		margin: auto;
	}
	
div.loginBox {
	width: 380px;
	margin: auto;
	padding-top:20px;
}
div.loginBox input {
	width:150px;
	height: 22px;
	border: 0px;
}
div.loginBox span {
	color: #3c4b9a;
}