#login {
	height: 216px;
	width: 394px;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../_img/info_login_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:21px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
body {
	margin: 0px;
	background-color: #F0FFE1;
}
#login_table {
	color: #666;
	font-size: 10pt;
}
#btnSubmit {
	height: 53px;
	width: 45px;
	background-image: url(../_img/info_login_button.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #8B8B8B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	vertical-align: bottom;
	display: table-cell;
}
#login_title {
	position: relative;
	top: -120px;
	left: -35px;
}
