#login_table {
	background-image: url(images/Kicker-Login.jpg);
	width: 1000px;
	height: 594;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
#login_box {
	height: 275px;
	width: 368px;
	background-image: url(images/login_back.jpg);
}
.login_field {
	background-color: #1f1a17;
	width: 100%;
	height: 26px;
	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;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 4px;
}

body {
	background-color: #000;
	color: #FFF;
}
.login_button {
	background-image: url(images/btn_login.gif);
	height: 26px;
	width: 88px;
	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;
}
