/* Mutual */
*
{
    margin: 0;
    padding: 0;
}

body
{
    /* IE6 fix */
    text-align: center;
    /* --- */
    
    font-family: Verdana, Arial;
    color: white;
    background-color: black;
}

img
{
    margin-top: 20px;
}

div.container
{
    width: 450px;
    margin: 50px auto;
    margin-top: 0;
    text-align: left;
}

table.formTable, table.confirmTable
{
    margin: 10px 0 0 45px;
}

input.submit1, input.submit2
{
    width: 80px;
}

/* First Page */
p.error
{
    margin-top: 10px;
    text-align: center;
    
    font-weight: bold; 
    color: red;
}

input, select.subscription, select.state
{
    width: 215px;
}

input.submit1
{
    margin: 15px 0 0 160px;
}

/* Second Page */
p.header
{
    margin-top: 10px;
    text-align: center;
    
    font-weight: bold;
}

p.explain
{
    margin-top: 10px;
    font-size: 10pt;
}

table.confirmTable td
{
    padding: 3px;
    
    border-top: 1px solid white;
}

table.confirmTable tr.lastRow td
{
    border-bottom: 1px solid white;
}

div.buttonBlock
{
    margin: 10px 0 0 130px;
}

input.back
{
    width: 80px;
}