a {
  color: #ed2670;
  text-decoration: none;
}

body {
  background: #222222 url('/static/images/web/backgroundColorSquare.jpg') repeat;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
}

p, h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

h2 {
  background-color: #282828;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
  padding: 4px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

hr {
  background: transparent;
  border: 0;
  height: 9px;
  margin: 0 -14px;
  padding: 0;
}

p {
  font-size: 14px;
  margin: 0.5em 0;
}

table {
  padding: 9px;
  width: 100%;
}

td {
  padding: 5px;
}

td:first-child {
  width: 110px;
}

td input[type="text"],
td input[type="password"] {
  width: 100%;
}

.error {
  background: #ed2670;
  color: #000;
  font-weight: bold;
  margin: 1em 0;
  padding: 4px;
  text-align: center;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.field-label {
  text-align: right;
}

.fixed-page-area {
  margin: 0 auto;
  padding: 0 9px;
  width: 302px
}

.footer p {
  color: #aaa;
  font-size: 13px;
}

.footer-options {
  color: #444;
  margin-top: 40px;
  text-align: center;
}

.header {
  height: 44px;
  width: 100%;
}

.header td {
  padding: 0;
  vertical-align: middle;
}

.header .left-col {
  width: 87px;
}

.header .logo-col {
  text-align: center;
}

.header .right-col {
  text-align: right;
  width: 88px;
}

.hide {
  display: none;
}

.left {
  float: left;
}

.nav-link {
  display: none;
}

.right {
  float: right;
}

.row {
  clear: both;
}
