﻿html, body {
    background-color:#000;
    font-family:Verdana;
    font-size:11px;
    color:#ccc;
}

/** General elements */
a {
    color:#ccc;
}
a:hover {
    color:#fff;
}

p {
    line-height:16px;
}

h1
{
  font-size: 2em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h2
{
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
  margin-bottom: 0.667em;
}

h3
{
  font-size: 1.3em;
  line-height: 1.3em;
  margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
  margin-bottom: 0.769em;
}

h4, h5, h6
{
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
  margin-bottom: 0.909em;
}


/** Layout */
#container {
    width:700px;
    margin:0 auto;
}

#header {
    padding:20px 0;
    border-bottom:1px solid #999;
}

#contentMain {
    height:400px;
    min-height:400px;
    padding:10px;
}

#footer {
    width:700px;
    margin:0 auto;
    border-top:1px solid #999;
    padding-top:5px;
}

/** input */
input, textarea, select, input.standard
{
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid #999;
    background-color: #fff;
    color: #000;
    padding: 2px;
}

input.button
{
    background-color: #eee;
    padding: 1px 5px;
    font-weight: bold;
    color: #333;
}

input.watermark
{
    color: #999;
}

span.checkbox input
{
    background: #fff;
    border: 0;
    padding: 0;
}

input.small
{
    width: 80px;
}

input.medium
{
    width: 180px;
}
input.large
{
    width: 300px;
}
input.xlarge
{
    width: 400px;
}

textarea.taMedium
{
    height: 50px;
    width: 400px;
}

.error_ok {
    border:1px solid #444;
    background-color:#a6d5f9;
    color:#0952bb;
    margin-bottom:5px;
}