body{
	background-color: #ebebeb;
}
#login-box {
	margin: 40px auto;
	width:333px;
	height: 240px;
	padding: 175px 76px 0 76px;
	color: #CCD8E9;
	font: 12px Arial, Helvetica, sans-serif;
  background:  url(../img/bg.login.png) no-repeat left top;
}
#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin: 0 0 7px 0;
}
#login-box-field {
	float: left;
	margin: 0 0 12px 0;
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	font-size: 16px;
	background-color:#1e4f8a;
	color: #ebebeb;
	-webkit-box-shadow: 0 0 0 1000px #1e4f8a inset;
	-webkit-text-fill-color: #ebebeb;
}
#login-box-button {
	width:103px;
	height:42px;
	margin-left:90px;
	margin-top:10px;
}
