﻿html {
    overflow: auto;
}

body {
	background: #606060;
	font-family: Arial;
}

#content {
    width: 475px;
    margin:0 auto;
}

p, ol {
    font-size: 0.75em;
    color: #FFFFFF;
}
li {
    font-size: .9em;
    color: #FFFFFF;
}

h1 {
    color: #FF8E00;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0;
    padding-bottom: 5px;
}

.container-box {
    background-color: #F4F4F4;
    border: 1px solid #56627B;
    padding: 6px;
}

.form-item-row label {
    display: block;
    font-size: 0.75em;
    margin-bottom: 2px;
}

.form-item-row .checkbox-label-right {
    display: inline;
    line-height: 16px;
    vertical-align: 20%;
}

.form-item-row {
    clear: both;
    margin: 6px 0;
}

.form-item input[type="text"]
{
    width: 300px;
}

.form-item select
{
    width: 305px;
}

a:link, a:visited, a:hover, a:active {
    color: #FFFFFF;
}

strong 
{
	font-size:1.3em;
}

.spacer
{
    padding: 2;
    font-size:0.7em
}

.buttons input[type="submit"]
{
    float: right;
    padding: 4px 8px;
    background-color: #C5D1E0;
    border: 1px solid #2D5082;
    color: #000000;
    cursor: pointer;
    line-height: 12px;
    height: 25px;
    margin-left: 3px;
    text-decoration: none;
}

p.container-box, p.strong
{
	color: #000;
}

