body {
	background-image: url(../images/indexbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
}
.input {
	width: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.txt {
	font-size: 12px;
}
.login {
	background-color: #FABB20;
	border: 1px solid #CC6600;
	height: 18px;
	width: 40px;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
