/*-- General --*/
html, body, div, p, td
{font-size: 14px; font-family: "Century Gothic",helvetica,arial,sans-serif; color: #333; }
table { border: 0; }
body { background: #fff; margin: 0; padding: 0; }
em { font-weight: bold; font-style: normal; }
.gt { color: #8f8f8f; }
.bt { color: #1800ff; }
.rt { color: #ff0000; }

/*-- Links --*/
a, a:link,a:active, a:visited { color: #ff6243; text-decoration: none; }
a:hover { color: #fff; background-color: #ff6243; }
a img { border-width: 0; border-style: none; }

/*-- Positioning --*/
body
{
    background-color: white;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
div#centered
{
    background-color: white;
    position: absolute;
    top: 25%;
    left: 0%;
    height: 200px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
div#centeredStripe
{
    width: 100%;
    overflow: hidden;
}
img#coverStripe
{
    margin-left: -960px;
    padding-left: 50%;
}
div#form
{
    text-align: center;
}
input.textBox
{
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 200px;
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
}