html, body {
	margin:0;
	padding:0;
}
body {
	scrollbar-3dlight-color:#999;
	scrollbar-arrow-color:#000;
	scrollbar-track-color:#800040;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#999;
	scrollbar-highlight-color:#CCC;
	scrollbar-shadow-color:#666;
	background: #000 url('../images/body_background.png') no-repeat top center;
	font:11px arial;
	color:#999;
	text-align:center;
}
h1 {
	color:#CDCDCD;
	font:oblique 20px arial;
	text-align:center;
	margin:0px 0px 4px 0px;
}
h2 {
	color:#CDCDCD;
	font:bold oblique 16px arial;
	text-align:left;
	margin:0px 0px 5px 5px;
	border-bottom:1px solid #999;
	width: 200px;
}
p {
	margin:0 10px 10px;
}
a {
	color:#999;
	padding:1px;
	text-decoration: none;
}
a img {
	border:3px solid #fff;
	border-bottom:12px solid #fff;
}
div#container {
	background: #000 url('../images/container_background.png') no-repeat top center;
	text-align:left;
	width:650px;
	margin:0 auto;
}
div#header {
	padding:5px;
	clear:both;
	width:100%;
	height:120px;
}
div#navigation {
	font-size:11px;
	text-align:right;
	padding:5px;
	float:left;
	width:100px;
}
div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
div#navigation ul li {
	padding-bottom: 2px;
}
div#navigation ul li a {
	color: #999;
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
div#navigation ul li a:visited {
	color:#999;
}
div#navigation ul li a:hover {
	color:#CCC;
}
div#extra {
	padding:5px;
	float:left;
	clear:left;
	width:100px;
}
div#content {
	padding:5px;
	float:right;
	width:520px;
	height:400px;
}
div#footer {
	font:10px arial;
	text-align:center;
	padding:5px;
	clear:both;
	width:100%;
}
/* form elements */
form {
	margin:0px;
	padding:0px;
}
fieldset {
	padding:5px;
	margin:5px;
}
label {
	display:block;
	margin:2px 0;
}
input {
	font:normal 10px Verdana, sans-serif;
	padding:1px;
	border:1px solid #999;
	background:#000;
	color:#CCC;
}
textarea {
	font:normal 10px Verdana, sans-serif;
	width:400px;
	padding:1px;
	border:1px solid #999;
	background:#000;
	height:100px;
	display:block;
	color:#CCC;
	margin:2px 0;
}
input.button {
	font:normal 10px Verdana, sans-serif;
	margin:0px;
	padding:1px;
	color:#CCC;
	background:#800040;
	border:1px solid #999;
}
div.scroll {
	height:325px;
	width:100%;
	overflow:auto;
	padding:0px 0px 0px 2px;
}
#log {
	width: 590px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}