﻿body 
{
    background-color: black;
    color: White;
    font-size: 8pt;
    font-family: Arial;
}

#page
{
    margin-left:auto;
    margin-right:auto;
    width: 850px;
}

.cleardiv
{
    clear:both;
}

a
{
    color: White;
    font-family: Verdana;
    font-size: 7pt;
}

a:hover
{
    background-color:#ef9904;
    text-decoration:none;
    font-family: Verdana;
    font-size: 7pt;
}

input, textarea
{
background: #515151;
border: 1px solid #ef9904;
font-family: Arial;
font-size:8pt;
color: white;
}

option
{
background: #151515;
border: 1px solid #ef9904;
font-family:Arial;
font-size:8pt;
color: Orange;
}

td
{
    text-align: left;
    height: 30px;
}

tr#border_bottom td
{
    border-bottom:1px solid #fff;
    font-weight: bold;
}