﻿body {
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-align: center;
}

td, th, p
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #000;
}

th.heading
{
    text-transform: uppercase;
    color: #666;
    font-size: 15px;
    font-weight: bold !important;
}

#container
{
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    background-color: #fff;
    border: solid 10px #e9e9e9;
    padding: 10px;
}

/*** top form ***/
*.topInfo-holder
{
    margin: 15px auto 20px auto;
    width: 400px;
    padding: 15px;
    background-color: #e9e9e9;
}

*.topInfo
{
    
}

*.topInfo td
{
    padding-bottom: 5px;
    width: 80%;
    text-align: left;
    vertical-align: top;
}

*.topInfo th
{
    width: 20%;
    text-align: right;
    padding-right: 8px;
    font-weight: normal;
    padding-bottom: 5px;
    vertical-align: top;
}

/*** bottom form ***/
*.bottomInfo
{
    margin-bottom: 8px;
    width: 400px;
}

*.bottomInfo td
{
    padding-bottom: 5px;
}

*.bottomInfo th
{
    text-align: center;
    font-weight: normal;
    padding-bottom: 5px;
}

div#count
{
    position:fixed;
}

