body {
    background-color: #000000;
	background-image: url(/images/bgx8.jpg);
	background-attachment: fixed;
    background-repeat: repeat-x;
    background-size: 100% 1100px;
    font-family: helvetica,arial,sans-serif;
    display: block;
    margin: 8px;
}

#login-wrapper {
    margin: 100px auto;
    top:100px;
}

#content-container {
	padding-top:100px;
	height:400px;
	text-align: center
}

#login-container {
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 10px 10px;
    height: 277px;
    margin: 0 auto;
    position: relative;
    width: 356px;
}

#login-sub-container {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 10px 10px;
    background-color: #CCDDFF;
    box-shadow: 0 0 10px #000000 inset;
    height: 265px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 345px;
}

#login-sub-header {
    background-color: #02435D;
    background-color: rgba(0, 5, 25, 0.85);
    border-bottom: 1px solid #002F3F;
    border-radius: 5px 5px 0 0;
	margin: -1px;
	margin-bottom: 0px;
    height: 65px;
    padding: 5px 0 5px;
    text-align: center;
}

#login-sub {
    background-color: #032281;
    background-color: rgba(100, 125, 200, 0.75);
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #0D7291;
    color: #004466;
    font-size: 12px;
    height: 158px;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 30px;
}

#forms {
    left: 30px;
    position: absolute;
    top: 64px;
	font-weight: bold;
}

#xversion {
	position: absolute;
	bottom:5px;
	right:10px;
	color:#305080;
	font-size:10px;
}

button, button[disabled]:active, input[type="submit"], input[type="submit"][disabled]:active, input[type="button"], input[type="button"][disabled]:active, .login-btn a.loginbtn {
    background-color: #8F9FDF;
    border: 1px solid #253565;
    border-radius: 14px 6px 14px 6px;
    box-shadow: inset 0 -8px 10px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255, 0.6);
    color: #203060;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    overflow: visible;
    padding: 2px 8px;
    text-shadow: 0 0 2px #FFFFFF;
    width: auto;
	position:relative;
	top:1px;
	opacity: 1;
}

.pwdbox {
	width:285px;
	height:25px;
	border-radius: 3px 3px 3px 3px;
}

.usrbox {
	width:285px;
	height:25px;
	border-radius: 3px 3px 3px 3px;
}

#message {
	text-align:center;
	font-size:16px;
	font-weight: bold;
}

.capwrap {
	top: 60px;
	width:98%;
	position: absolute;
}

.logincap {
	position: relative;
	left:50%;
	margin-left: -260px;
}

.loginCAPimg {
	border-radius: 45px;
	border: 2px solid rgba(125,125,130,0.25);
	background-color: rgba(125,125,130,0.25);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	padding-right: 10px;
}

.regnoticewrapper {
    color: #002233;
	font-weight: bold;
	position: relative;
	margin-left: -180px;
	left: 50%;
	margin-top: 40px;
	background-color: #032281;
    background-color: rgb(100, 125, 200);
    border-radius: 15px 15px 15px 15px;
    border-top: 1px solid #0D7291;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 320px;
	box-shadow: -5px -5px 10px rgba(0,0,0,0.5) inset, 5px 5px 10px rgba(255,255,255,0.5) inset, 5px 5px 20px #000000;
}

.stats {
	top: -10px;
	left: -225px;
	position: relative;
	background-color: rgba(255,255,255,1);
	background-image: url(/images/wcard.png);
	background-repeat: no-repeat;
	background-position: center 124px;
	border-radius:7px 7px 7px 7px;
	color: #000000;
	margin:2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:3px;
	font-size:16px;
	float:left;
	height:135px;
	width:150px;
	padding:4px;
	padding-top: 8px;
	font-weight: bold;
	box-shadow: 5px 5px 20px #000000;
	-webkit-transform: rotate(346deg);
    -moz-transform: rotate(346deg);
    -o-transform: rotate(346deg);
    transform: rotate(346deg);
    writing-mode: lr-tb;
}

.statsb {
	top: 240px;
	left: 255px;
	position: relative;
	background-color: rgba(0,0,0,1);
	background-image: url(/images/bcard.png);
	background-repeat: no-repeat;
	background-position: center 124px;
	border-radius:7px 7px 7px 7px;
	border: 2px solid #ffffff;
	color: #FFFFFF;
	margin:2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:3px;
	font-size:16px;
	float:left;
	height:135px;
	width:150px;
	padding:4px;
	padding-top: 8px;
	font-weight: bold;
	box-shadow: 5px 5px 20px #000000;
	-webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    transform: rotate(14deg);
    writing-mode: lr-tb;
}