body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#logo {
	background-image: url(../images/login_logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 46px;
	width: 410px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}
#loginbox {
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	height: 169px;
	width: 409px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#form {
	padding: 15px;
}
#form form {
	margin: 0px;
	padding: 0px;
	height: 139px;
}
#form .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
	border: 0px none;
	background-image: url(../images/login_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: right;
}
#input {
	background-color: #D7E4F4;
	margin-top: 10px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #122A46;
}
#input input {
	width: 348px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	padding: 6px;
}
a {
	color: #626262;
	text-decoration: none;
}

