* {
	margin: 0;
	padding: 0;
}

body {
	background: #252a32 url(../static/html_bg.jpg) no-repeat left top;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
	padding: 150px 40px;
	font-size: 13px;
}

h1, h2 {
	font-size: 16px;
}

#wrap {
	width: 560px;
	
}

.ranking {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a {
	color: #AAB989;
	font-weight: bold;
}

a:hover {
	color: #D6837C;
}

.hidden {
	display: none;
}

h2 {
	padding: 10px;
	width: 250px;
	background: url(../static/bg1.png);
	border-bottom: 1px solid #222;
}

.text {
	margin-bottom: 10px;
	clear: both;
}

.text h2 {
	width: 530px;
}

p, form {
	background: url(../static/bg2.png);	
	width: 250px;
	padding: 7px 10px;
	line-height: 1.5em;
	border-bottom: 1px solid #000;
}

.text p, .text form {
	width: 530px;
}

p.small,
p.small strong,
p.small a {
	font-size: 11px;
	color: #888;
}

p.small a:hover {
	color: #D6837C;
}


.userlist {
	background: url(../static/bg2.png);
	padding: 10px;
	padding-bottom: 1px;
	width: 250px;
}

.userlist li {
	margin-left: 30px;
	margin-bottom: 10px;
	position: relative;
}

.userlist li span {
	position: absolute;
	right: 0;
	top: 0;
}

.status-green {
	font-weight: bold;
	color: #036303;
}

.status-red {
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

textarea {
	display: block;
	border: 1px solid black;
	background: #222;
	color: white;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	width: 520px;
	height: 80px;
}

button {
	background: #222;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	border: 1px solid black;
	border-width: 0px 3px 3px 1px;
	padding: 5px 10px;
	cursor: pointer;
	width: 150px;
	text-align: center;
	margin-left: 384px;
}