/* Index / Logpage */
table.ltop {
	background-image: url("../img/static/logtop.png");
	width: 550px;
	height: 28px;
	font-size: 13px;
	font-weight: bold;
}

table.ltop a {
	text-decoration: none;
}

table.lmiddle {
	background-image: url("../img/static/logbackc.png");
	width: 550px;
	height: 245px;
	margin-bottom: 18px;
	margin-top: 18px;
	text-align: center;
}

table.lbottom {
	background-image: url("../img/static/logback2.png");
	width: 550px;
	height: 115px;
	margin-bottom: 5px;
}

table.secredits {
	background-image: url("../img/static/logback3.png");
	width: 230px;
	height: 25px;
}

input.box {
	width: 160px;
	height: 23px;
	border: solid 1px;
	font-size: 15px;
}

input.sub {
	border: solid 1px;
	font-size: 14px;
	font-weight: bold;
}

td.log {
	font-size: 14px;
	font-weight: bold;
}

tr.logtitle {
	font-size: 20px;
	text-align: center;
}

td.newpass {
	font-size: 12px;
	font-weight: bold;
}

input.mail {
	width: 180px;
	font-size: 11px; 
}

input.code { width: 45px; }
tr.empty { height: 15px; }
body { margin-top: 10px; }

body.log {
	background-image: url("../img/static/loginbackstars.gif");
	background-repeat: repeat;
	background-position: center;
	background-color: #000;
}

div.logpage {
	background-image: url("../img/static/loginback.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}