@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Merriweather);

* {
    font-family: 'Merriweather', sans-serif;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    color: #f6dcb3;
    margin: 0;
    padding: 0;
}

select:disabled, input:disabled {
    background: #B3B3B3;
}

html, body {
    height: 100%;
    width: 100%;
}

html {
    background: #100f0a;
}

h1 {
    color: #f6dcb3;
    font-size: 30px;
    font-width: bold;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
}

h3 {
    margin: 5px 0 12px;
    font-size: 11px;
}

dl {
    width: 720px;
    margin: 0 0 0 310px;
}

dt {
    display: inline-block;
    text-align: right;
    width: 120px;
    height: 30px;
    padding: 5px 10px 15px;
}

dd {
    display: inline-block;
    width: 580px;
    float: right;
}

dt label {
    font-weight: bold;
    font-size: 14px;
}

dd p, dd button {
}

div.main {
    position: relative;
}

div.main > div {
    width: 1190px;
    margin: 0 auto;
    padding: 15px 0 0;
}

footer {
    position: relative;
    height: 136px;
    background: #333;
    border: #FFF 2px solid;
    border-left: 0;
    border-right: 0;
    padding: 20px;
    margin: 0 auto;
}

footer * {
    color: #FFF;
    font-size: 11px;
}

footer > div {
    width: 800px;
    height: 100%;
    margin: 0 auto;
}

footer > div > div {
    margin: 20px 0px;
    padding: 0 34px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #3E3E3E;
    border-right: 1px solid #282828;
    float: left;
}

footer > div > div:first-child {
    border-left: 0;
}

footer > div > div:last-child {
    border-right: 0;
}

footer p {
    margin: 5px 0;
}

footer a {
    display: block;
    text-decoration: none;
    margin: 5px 0;
    font-size: 11px;
    line-height: 14px;
}

footer a:hover {
    text-decoration: underline;
}

#logo-corporate {
    background: url('../img/ggs-logo.png');
    width: 149px;
    height: 64px;
    margin: 0 0 20px 0;
}

#logo-game {
    position: relative;
    margin: 0 auto 15px;
}

#nav {
    background: url('../img/generic/bg_nav.png') repeat-x;
    width: 1169px;
    height: 63px;
    font-size: 18px;
    font-weight: bold;
    /*padding: 18px 94px;*/
    margin: 23px 0 23px;
}

#nav a {
    margin: 0;
    /*padding: 20px 70px 25px;*/
    padding: 20px 0px 25px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    height: 18px;
    border-left: 1px solid #000;
    border-right: 1px solid #40403e;
    float: left;
    text-align: center;
    width: 24%;
}

#nav a:first-child {
    border-left: 0;
}

#nav a:last-child {
    border-right: 0;
}

#nav .home {
    margin: 0 0 -3px 0;

}

img.home {
    background: url('../img/generic/home.png');
}

.paper {
    padding: 0 0 50px 0;
    height: 450px;
    width: 1166px;
    background: url('../img/generic/bg_login.png') repeat-y;
    border: 2px solid #d67b34;
    border-radius: 5px;
    margin: 0 0 102px;
}

.paper-head {
    text-align: center;
    padding: 35px 0 0 0;
    margin: 0 50px 0 49px;
}

.paper-body {
    padding: 15px 0 0 0;
    /*margin: 0 50px 0 49px;*/
    height: 400px,
}

.paper-footer {
}

#form-area {
    width: 100%;
}

#form-area .spacer {
    background: url('../img/generic/spacer.png');
    width: 1167px;
    height: 2px;
    margin: 10px 0;
}

#form-area form {
    margin: 0 auto;
}

input, select, option {
    color: #000;
}

input, select {
    font-size: 14px;
    outline-width: 0;
    padding: 10px;
    width: 248px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 5px;
}

input:focus, select:focus {
    border-color: #faa619;
}

select {
    padding: 0 10px;
    width: 272px;
    height: 36px;
}

.select {
}

.select select {
}

button.login {
    border: 0;
    outline-width: 0;
    background: url('../img/generic/btn_login.png') no-repeat;
    width: 272px;
    height: 48px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

button.login.disabled {
    background: -moz-linear-gradient(top, #f5f5f5, #e8e8e8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
    background: -o-linear-gradient(top, #f5f5f5, #e8e8e8);
    background: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
    border-radius: 5px;
    color: #654c34;
    cursor: wait;
}

button.login:hover, button.login:active {
}

.error-box {
    position: relative;
    width: 295px;
    margin: 0 0 0 450px;
    padding: 3px;
}

.error-msg {
    display: none;
    color: #931221;
    font-weight: bold;
    font-size: 14px;
}

.error input {
    border-color: #931221;
    border-radius: 5px;
    background: #fff url('../img/em/error.png') no-repeat 233px 5px;
}

.error p {
    display: inline;
    margin: 0 0 0 5px;
}

.error-box > p {
    margin: 0;
}
