
body {
	background: #d2d2c7;
}
table#logincontent {
	width: 100%;
	height: 100%;
	padding: 0px;
}

td {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

td.left {
	width: 50%;
	background: #d2d2c7;
}

td.middle {
	background: #d2d2c7 url("../img/admin_middle_bg.gif") repeat-y;
}

td.right {
	width: 50%;
	background: #dcdcd1;
}

div.container {
	position: absolute;
	text-align: left;
	margin-left: -280px;
	margin-top: -155px;
	top: 50%;
	left: 50%;
	width: 560px;
	height: 310px;
	font-family: verdana;
}

div.left {
	position: relative;
	height: 310px;
	width: 300px;
	background: url("../img/admin_color_bgpic.jpg") no-repeat 20px 60px;
	background-color: #e1e1d6;
	float: left;
	text-align: left;
}

div.middle {
	position: relative;
	height: 310px;
	width: 20px;
	background: url("../img/admin_mono_bgpic_a.jpg") no-repeat 0px 60px;
	background-color: #f5f5ea;
	float: left;
	text-align: left;
}

div.right {
	position: relative;
	height: 310px;
	width: 240px;
	background: url("../img/admin_mono_bgpic_b.jpg") no-repeat 0px 60px;
	background-color: #ebebe0;
	float: left;
	text-align: left;
}

span.copyright {
	position: absolute;
	top: 294px;
	left: 20px;
	font-family: tahoma;
	font-size: 10px;
	color: #939388;
}

span.loginfields {
	position: absolute;
	top: 203px;
	left: 10px;
	color: #53633a; 
	font-weight: bold;
	font-size: 11px;
}

span.loginbutton {
	position: absolute;
	top: 294px;
	left: 10px;
}

span.loginsite {
	position: absolute;
	top: 163px;
	left: 10px;
	color: #53633a; 
	font-weight: bold;
	font-size: 11px;
}


.login {
	color: #b32f0b;
	font-size: 11px;
	font-weight: bold;
}

input.login {
	width: 190px;
	font-family: tahoma;
	font-weight: normal;
	color: #000000;
	border: 1px solid #645f1c;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px 2px 2px 2px;
	background: #ffffff url("../img/input_bg.gif") repeat-x;
}

select.login {
	width: 190px;
	font-family: tahoma;
	font-weight: normal;
	color: #000000;
	border: 1px solid #645f1c;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px 2px 2px 2px;
}

a.login {
	text-decoration: none;
}

a.login:hover {
	text-decoration: underline;
}
