#header
{
    width: 900px;
    margin: 0 auto;
    color: #ef5623;
    margin-top: 20px;
    font-size: 16px;
}

#header td.left
{
    padding-right: 20px;
}

#header h2
{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1em;
}

#banner
{
    background-color: #ef5623;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    width: 900px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#provision
{
    width: 900px;
    margin: 0 auto 50px auto;
}

#provision .container
{
    width: 100%;
}

#provision .container td
{
    vertical-align: top;
}

#provision .container td.screenshot
{
    width: 575px;
    padding-right: 20px;
}

#provision .forms
{
    border: 3px solid #ffcc99;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#provision .forms h2
{
    font-size: 24px;
    font-weight: bold;
    color: #ef5623;
    margin-bottom: 0.5em;
}

#provision .forms p
{
    margin-bottom: 10px;
}

#provision .forms p.error
{
    color: red;
    margin-bottom: 5px;
}

#provision .forms .form
{
    padding: 20px;
}

#provision .forms .subscribe
{
    background-color: #ffcc99;
}

#provision .forms .subscribe input
{
    border: 1px solid #777;
    padding: 1px;
    margin-bottom: 10px;
}

#provision .forms .subscribe input.disabled
{
    color: #aaa;
}

h1.logo
{
    width: 220px;
    height: 113px;
    background: transparent url(/img/logo.png) no-repeat top left;
    font-size: 1px;
    margin: 0 auto;
    text-indent: -5000px;
    margin-bottom: 5px;
}

#loading
{
    padding: 20px;
    background-color: #ffcc99;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#loading p
{
    color: #333;
    font-size: 14px;
    margin: 1em 0;
}

p.tagline
{
    color: #ef5623;
    font-style: italic;
    text-align: center;
}

#content
{
    width: 500px;
    text-align: center;
    margin: 100px auto 0 auto;
    position: relative;
}


#content h2
{
    font-size: 24px;
    font-weight: bold;
    color: #ef5623;
}

#content p.note
{
    margin-bottom: 10px;
}

#loading h2
{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.step2, .step3
{
    display: none;
}
