BODY {
	margin: 0px;
	background: #000000;
	font-family: Verdana, Helvetica, Arial;
	color: #c0c0c0;
}
#head {
	text-align: center;
	background: url('head.png') center top no-repeat;
	margin: 0 auto;
	width: 1200px;
	height: 530px;
}
#main {
	text-align: center;
	margin: 0 auto;
	width: 1200px;
}
#main_inner {
}

.box {
	width: 331px;
	margin: 0 auto;
}
.box_top {
	background: url('box_top.png') left bottom no-repeat;
	height: 10px;
}
.box_middle {
	background: url('box_repeat.png') left top repeat-y;
	padding: 10px 0;
}
.box_bottom {
	background: url('box_bottom.png') left top no-repeat;
	height: 10px;
}

.table_login {
	border: none;
/*	width: 100%; */
	margin: 0px auto;
}
.table_login TH {
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	padding: 5px 5px;
	text-align: right;
	border: none;
	vertical-align: middle;
}
.table_login TD {
	font-size: 12px;
	color: #626262;
	padding: 1px 5px 1px 5px;
	text-align: left;
	border: none;
	vertical-align: middle;
}
.table_login .tlacitko_login {
	width: 76px;
	height: 37px;
	padding-top: 16px;
	background: url('tlacitko_login.png') center center no-repeat;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #828282;
}
.table_login .tlacitko_login:hover {
	background: url('tlacitko_login_hover.png') center center no-repeat;
}
.table_login .tlacitko_login_hover_cache {
	visibility: hidden;
	background: url('tlacitko_login_hover.png') left top repeat-x;
}

.table_login INPUT {
	background: #000000;
	color: #a0a0a0;
	border: 1px solid #202020;
	font-size: 12px;
}
.table_login INPUT.medium_wide {
	width: 130px;
}

#foot {
	width: 1030px;
	margin: 0 auto;
	text-align: right;
	padding: 150px 0 10px 0;
	font-size: 11px;
	color: #808080;
}