body {
	background-image: url(/files/images/player/bg.png);
	font-family:Arial,Verdana,sans-serif;
	margin-top: 8px;
	padding: 0px;
	font-size: 13px;
}

h2 {
	color: #FFF;
	margin: 3px;
	font-size: 22px;
	line-height: 34px;
}

h5 {
	color: #49843B;
	margin: 3px;
	font-size: 22px;
	line-height: 34px;
}

#content {
	margin: 0 auto;
	position: relative;
	width: 628px;
}

#header {
	position: relative;
	width: 628px;
	height: 41px;
	background-image: url(/files/images/player/header.png);
	text-align: center;
}

#main_box {
	position: relative;
	background-image: url(/files/images/player/main.png);
	padding: 5px 10px 15px 10px;
}

#main {
	position: relative;
	width: 608px;
	height: 490px;
	overflow-y: auto;
	overflow-x: hidden;
}

#logo {
	width: 100%;
	text-align: center;
}

#box {
	position: relative;
	margin: 0 auto;
	height: 170px;
	width: 240px;
	margin-top: 20px;
	background-image: url(/files/images/player/create.png);
	background-repeat: no-repeat;
	text-align: center;
}

#box_table {
	text-align: left; 
	margin: 0 10px;
	width: 220px;
}

h3 {
	color: #fff;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin: 0px;
}

h4 {
	text-align: center;
}	

#login {
	font-size: 13px;
}

.confirm {
	position: relative;	
	width: 120px;
	height: 25px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	line-height: 23px;
}

.confirm_green {
	background-image: url(/files/images/player/button_green.png);
}

.confirm_disabled {
	background-image: url(/files/images/player/button_disabled.png);
}

.confirm_red {
	background-image: url(/files/images/player/button_red.png);
}

a.button:hover, a.button:active, a.button:visited, a.button:link {
	position: absolute;
	width: 120px;
	height: 25px;
	border: 0px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	z-index: 70;
}

#support_table {
	width: 560px;
	margin: 10px;
	border-collapse: collapse;
}

#support_table th{
	background-image: url(/files/images/player/table_header.png);
	background-repeat: repeat-x;
	background-color: #858484;
	padding: 2px 5px;
	text-align: left;
	border: 1px solid;
	border-color: #888;
	font-size: 11px;
}

#support_table td {
	background-color: #ddd;
	padding: 2px 5px;
}

#support_table td {
	border: 1px solid;
	border-color: #888;
}

#support_ticket {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	height: 285px;
	width: 460px;
	margin-top: 20px;
	background-image: url(/files/images/player/form.png);
}

.box_varying {
	position: relative;
	margin: 0 auto;
	width: 480px;
	margin-top: 20px;
	background-image: url(/files/images/player/box_middle.png);
}

.box_varying .top {
	background-image: url(/files/images/player/box_top.png);
	height: 31px;
	width: 480px;
}

.box_varying .content {
	padding: 0 10px;
}

.box_varying .bottom {
	background-image: url(/files/images/player/box_bottom.png);
	height: 8px;
	position: relative;
	top: 8px;
}

.box {
	width: 580px;
	margin: 10px;
	border: 1px solid;
	border-color: #888;
	background-color: #ddd;
}

#ticket_header {
	background-image: url(/files/images/player/table_header.png);
	font-weight: bold;
	padding: 2px 5px;
}

.post {
	border: 1px solid;
	border-color: #888;
	margin: 3px;
	background-color: #eee;
}

.post_head {
	background-image: url(/files/images/player/post_header.png);
	font-weight: bold;
	padding: 2px 5px;
	height: 16px;
	overflow: hidden;
}

.post_date {
	text-align: right;
	font-size: 11px;
	padding: 0px 5px;
}

.post_body {
	padding: 2px 5px;
}

form {
	padding: 0;
	margin: 0;
}

p {
	padding: 5px;
	margin: 0;
} 

.quote {
	margin: 5px 20px 5px;
	padding: 5px;
	border: 1px inset ;
}

.quote_content {
	font-style: italic;
}

.language {
	padding: 0 0 0 5px;
	margin: 10px;
	float: left;
	width: 45%;
	text-align: left;
}

.language li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 3px 0 3px 0;
}

.game {
	width: 225px;
	margin: 15px 15px;
	float: left;
	background-color: #67A13A;
	color: #ffffff;
	font-weight: bold;
	font-size:13px;
	text-align: center;	
}

a:hover, a:active, a:visited, a:link {
	font-weight: bold;
	text-decoration: none;
	color: #252;
}

a:hover {
	color: #090;
}

img {
	border: 0;
}

#tooltip {
	position: absolute;
	left: auto;
	right: auto;
	top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #656565;
	background-color: #464646;
	color: #ffffff;
	padding: 3px;
	opacity: 0.95;
	display: none;
	font: 12px Arial,Helvetica,sans-serif !important;
}
