﻿html {
  background: #0d0d15 url(../img/login/login_bg.jpg) no-repeat 0 0;
}
body {
  font-size: 11px;
  color: #7bbece;
}
img {
  border: 0 none;
  vertical-align: middle;
}
.login {
  /* contents */
}
.login .logo {
  position: absolute;
  top: 270px;
  left: 320px;
  background-image: url(../img/login/login_logo.png);
  width: 328px;
  height: 167px;
  z-index: 1;
}
.login .frame {
  position: absolute;
  left: 46px;
  top: 16px;
  width: 906px;
  height: 364px;
}
.login .frame div {
  position: absolute;
}
.login .languages {
  left: 0;
  top: 0;
}
.login .version {
  right: 0;
  bottom: 0;
  font-size: 9px;
}
.login .statistics {
  right: 0;
  top: 0;
}
.login .error {
  left: 0;
  bottom: 0;
  width: 300px;
  font-size: 12px;
  font-weight: bold;
  color: #f00;
  z-index: 3;
}
.login p {
  margin: 6px 0;
}
.login table {
  position: absolute;
  left: 40px;
  top: 385px;
  width: auto;
  border-collapse: separate;
  border-spacing: 6px;
}
.login table tr {
  z-index: 0;
}
.login table tr td {
  background-image: url(../img/login/login_box_bg.png);
  padding: 8px;
  vertical-align: top;
}
.login table tr th {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.login input,
.login select {
  height: 18px;
  width: 100%;
  border: 0 none #808080;
  color: #1c3b61;
  background: #b1caef no-repeat 2px 1px;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 0 4px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login select {
  height: 19px;
  padding-left: 2px;
}
.login input[type="checkbox"] {
  width: 16px;
  background: transparent no-repeat 0 0;
}
.login #container_login {
  width: 186px;
}
.login #container_login input,
.login #container_login select {
  padding-left: 20px;
  margin-bottom: 8px;
}
.login #container_login select {
  padding-left: 18px;
  background-image: url(../img/login/server.png);
}
.login #container_login input[type="text"] {
  background-image: url(../img/login/player.png);
}
.login #container_login input[type="password"] {
  background-image: url(../img/login/password.png);
}
.login .facebook {
  background: url(../img/fb0.png) no-repeat right top;
  padding-right: 18px;
}
.login #screens {
  display: block;
  width: 186px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: center center;
}
.login #partner {
  width: 200px;
  text-align: center;
  vertical-align: middle;
}
.login .clear {
  font-size: 10px;
  float: right;
}
.login .note {
  font-size: 9px;
  font-weight: normal;
  color: #999;
}
.login #container {
  font-size: 12px;
  width: 455px;
}
.login #container p {
  color: #eeeeee;
}
.login #container div {
  text-indent: 32px;
  font-size: 11px;
}
.login .register {
  position: relative;
  left: 0;
  top: 18px;
  border-collapse: collapse;
}
.login .register td {
  background-image: none;
  padding: 4px;
}
.login .activate ul {
  font-weight: normal;
}
.login .activate li {
  list-style-type: square;
  margin: 4px 0 4px 16px;
}
.login .disabled {
  text-align: center;
  padding-top: 64px;
}
.server_select {
  font-size: 12px;
}
.server_select td {
  padding: 6px;
  width: 240px;
}
.server_select .id {
  position: absolute;
  left: 0;
  width: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #eeeeee;
  text-align: center;
  padding-top: 8px;
  background-repeat: no-repeat;
  text-shadow: 2px 2px #000;
}
.server_select .data {
  position: absolute;
  left: 48px;
  width: 192px;
}
.server_select div {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 52px;
}
.server_select i {
  font-size: 10px;
  color: #eeeeee;
}
.server_select b {
  font-weight: normal;
  color: #eeeeee;
}
.server_select td:hover {
  background-image: url(../img/fd_blue.png);
}
.rotd {
  font-size: 13px;
  font-weight: bold;
  margin: 8px 0;
}
