#body label
{
    display: block;
    float: left;
    width: 100px;
}

#body input.text
{
    width: 190px;
}

#body .button
{
    text-align: left;
    margin-left: 100px;
}

#coming-soon
{
    text-align: center;
}

a.award-logo
{
    display: block;
    float: left;
    margin: 8px 5px 0 0;
}

ul.logos li
{
    display: block;
    float: left;
    width: 199px;
    text-align: center;
    margin-bottom: 24px;
}

ul.logos li a
{
    text-decoration: none;
    font-weight: bold;
    color: #777;
}

ul.logos li a:hover
{
    color: #000;
}

ul.logos li.full
{
    float: none;
    width: auto;
}