html,body {
	margin:0;
	padding:0;
	width:99%;
	overflow-x:hidden;
	background-image:none;
	background-color:#0d0d0d;
}

p {
	margin:0 10px 10px;
}

.main { 
	width:600px;
	height:100%;
	margin:0 auto;
	vertical-align:top;
	border:5px solid #343234;
}

.player-title {
	margin:0 auto;
	text-align:center;
	font-size:large;
	font-family:century gothic;
	color:#999;
	padding:20px;
}

.player {
	width:550px;
	margin:0 auto;
	height:100%;
	overflow:visible;
	text-align:center;
	background-color:#343234;
	padding:20px;
}

.player-info {
	width:590px;
	margin:20px auto;
	height:100%;
	overflow:visible;
	text-align:center;
	border:5px solid #343234;
	padding:20px;
}

.player-image {
	margin:20px auto;
	text-align:center;
	padding:20px;
	border:5px solid #343234;
}

d.text-left {
	display:inline-block;
	width:300px;
	border-top:3px solid #343234;
	border-bottom:3px solid #343234;
	border-right:3px solid #343234;
	text-align:right;
}

.text-right {
	display:inline-block;
	width:300px;
	border-top:3px solid #343234;
	border-bottom:3px solid #343234;
	text-align:left;
}

.text {
	text-align:center;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

.text-c {
	text-align:center;
	vertical-align:top;
	background-color:#343234;
	padding:5px 5px 5px 5px;
}

.text-c-s {
	text-align:center;
	vertical-align:top;
	background-color:#343234;
}
.error {
	position:absolute;
	background-color:red;
	color:black;
	width:100%;
	left:0;
	right:0;
}

table {
	width:100%;
	border:0px;
}

.input {
	width:100%;
	margin-top:10px;
	background-color:#0b0b0d;
	border:1px solid #666;
	color:#fff;
	font-size:10px;
}

.input-search {
	margin:10px 10px 0px 10px;
	background-color:#0b0b0d;
	border:1px solid #666;
	color:#fff;
	font-size:10px;
}

.submit {
	font-size:15px;
	padding:5px;
	width:auto;
	background-color:#0b0b0d;
	border:1px solid #666;
	color:#fff;
}

.h-left {
	text-align:right;
	width:50%;
}

.h-right {
	text-align:left;
	width:50%;
}
a.report:hover,
a.noline:hover {
	border-bottom:none;
}

.closed {
	position:absolute;
	top:140px;
	width:600px;
	height:400px;
	text-align:center;
	background:url(http://www.thebackalleys.com/style/black90.png) repeat;
}