﻿body {
	background: url('/image/index/background.jpg');
	color: #FFFFFF;
	margin: 0px;
	height: 100%;
	width: 100%;
}
.container {
	position: absolute;
	width: 100%;
}

.header{
	position:relative;
}
.header .headerTop {
	background: url('/image/index/decLine.jpg');
	height: 40px;
	width: 100%;
}
.header .headerLogo {
	background-color: #939393;
	text-align: center;
	max-height: 450px;
	width: 100%;
}
.header .headerBottom {
	background: url('/image/index/decLine.jpg') 0px -15px;
	height: 25px;
	width: 100%;
	z-index: 1;
}


.loginForm {
	/*background: url('/image/index/login_bg.jpg') repeat-x;*/
	text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
	position:relative;
	height: 159px;
}
.loginForm .loginBottom {
	/*background: url('/image/index/decLine.jpg') 0px -15px;*/
	position: absolute;
	height: 25px;
	bottom: 0px;
	width: 100%;
	z-index: -1;
}
.loginForm .loginInputs {
	background: url('/image/index/chains.png') -145px -15px;
	text-align: -webkit-center;
	text-align: -moz-center;
	position: relative;
	height: 159px;
	width: 254px;
}
.loginForm .fireScroll {
	background: url('/image/index/fireScroll.png');
	position: absolute;
	height: 73px;
	width: 76px;
	left: 89px;
	top: -65px;
}

.loginInputs .input-text {
	background: url('/image/index/input-text.png') no-repeat;
	text-shadow: 1px 1px 2px red, 0 0 1em black;
	line-height:40px;
	font-size: 15px;
	cursor: pointer;
	color: #FFFFFF;
	height: 40px;
	width: 200px;
}
.loginInputs .input-text input {
	background-color: transparent;
	text-align: center;
	font-size:14px;
	color: #474747;
	border: none;
	width: 172px;
	height: 38px;
	outline: 0;
}
.loginInputs .input-submit {
	background: url('/image/index/input-submit.png') 0px 0px no-repeat;
	text-shadow: 1px 1px 2px red, 0 0 1em black;
	text-align:center;
	line-height:55px;
	font-size: 15px;
	cursor: pointer;
	color: #FFFFFF;
	height: 55px;
	width: 254px;
	z-index: 2;
}
.loginInputs .input-submit:hover {
	background: url('/image/index/input-submit.png') 0px -55px no-repeat;
	text-shadow: 1px 1px 2px black, 0 0 1em red;
}
#darker {
	width:100%;
	height:100%;
	position:absolute;
	background:url('/image/index/dark.png') repeat;
	z-index: 15;
}
.register{
	position: absolute;
	left: -350px;
	top: 45px;
}
.lostpassword{
	position: absolute;
	right: -350px;
	top: 45px;
}
.rating:hover{
background-color:#f5f5f5;
}

.hidden-submit {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    border: 0;
    padding: 0;
}

.header-banner {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #c6c6c6;
    background-image: url(/image/chat/unnamed4.png);
    background-repeat: no-repeat;
    background-position: top center;
    /* background-attachment: fixed; */
}

.header-banner td {
    padding: 4px;
}

.spacer {
    display: block;
    width: 1px;
}

.spacer-20 {
    height: 20px;
}

.spacer-15 {
    height: 15px;
}

.spacer-7 {
    height: 7px;
}

.reg-btn {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    margin: 0 auto 12px auto;
}

.reg-btn .bl_left,
.reg-btn .bl_center,
.reg-btn .bl_right {
    background-image: url('/image/index/btn_2.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.reg-btn .bl_left {
    width: 24px;
    height: 40px;
    background-position: 0 0;
}

.reg-btn .bl_center {
    height: 40px;
    line-height: 39px;
    padding: 0 18px;
    background-position: 0 0;
    background-repeat: repeat-x;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #ffffff;
}

.reg-btn .bl_right {
    width: 24px;
    height: 40px;
    background-position: right 0;
}

.reg-btn::after {
    content: "";
    display: block;
    clear: both;
}