body {
	font:9pt Lucida Grand, Lucida Sans, Arial;
	background:#FFF url('http://www.csm-hosting.com/images/bg_back.jpg') top left repeat-x;
}
form {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
	overflow:hidden;
	height:0;
}
#container {
	position:relative;
	width:800px;
	min-height:600px;
	margin:0 auto;
	background:#FFF url('http://www.csm-hosting.com/images/bg_inside.jpg') bottom left no-repeat;
	border:1px solid #000;
}

img#logo {
	position:relative;
	float:right;
	margin:5px;
}

#footer {
	position:absolute;
	bottom:3px;
	right:7px;
}

h1 {
	position:relative;
	padding:0;
	margin:8px;
	color:#666;
	font-size:17pt;
}

#login {
	position:relative;
	width:300px;
	border:1px solid #666;
	margin:0 auto;
	margin-top:100px;
	padding:10px;
	background-color:#F4F1ED;
}

#login table {
	padding:0;
	margin:0 auto;
}

.error {
	position:relative;
	padding:3px;
	border:1px solid #FF0000;
	color:#FF0000;
	background-color:#FFF;
	margin-bottom:5px;
}

#content {
	position:relative;
	margin:15px;
}
#stats {
	position:relative;
	border:1px solid #666;
	width:550px;
	margin:15px;
}
#stats table {
	padding:0;
	margin:0;
}
#stats table td {
	vertical-align:top;
}
#stats table td.col1 {
	font-weight:bold;
	width:150px;
	background-color:#C1D3DF;
}
#stats table td.col2 {
	width:180px;
}
#stats table td.col3 {
	width:50px;
}