﻿body
{
    background-color: #9fa4a8;
    background-image: url(Images/Background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    color: #aaa;
    font-family: Verdana;
    font-size: 12px;
}

h1
{
    color: #f7b000;
    font-family: Verdana;
    font-size: 21px;
    font-weight: normal;
}

p
{
    line-height: 150%;
}

img
{
    border-width: 0px;
}

a:link, a:visited
{
    color: #f7b000;
    text-decoration: none;
}

a:hover
{
    color: #fff;
    text-decoration: underline;
}

form
{
    margin: 0px;
    padding: 0px;
}

.MainContentContainer
{
    height: 673px;
    width: 928px;
    margin: 0px auto;
    background-image: url(Images/base.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.MainContent
{
    padding: 20px 90px 20px 250px;
}

.FieldLabel
{
    font-weight: bold;
    margin-bottom: 5px;
}

.TextBox
{
    width: 200px;
    font-size: 100%;
    font-family: Verdana;
    padding: 3px;
}

.TextArea
{
    width: 300px;
    height: 100px;
    font-size: 100%;
    font-family: Verdana;
    padding: 3px;
}