#background {position: absolute; top: 0px; left: 0px; width:100%; height:100%}
#background img {width: 100%;height: 100%}
#content {
	position: relative;
	margin: auto;
	z-index: 10;
	top: 200px;
	height: 174px;
	width: 476px;
	background: url(../images/login/bg_box.png) no-repeat;
}
#login {
	height: 145px;
	width: 365px;
	margin: auto;
	padding-top: 20px;
}

#header_td {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#submit_td {
	text-align: center;
	padding-top: 5px;
}

#sumbit_td input {
	width: 60px;
}
