body {
    font: normal 12px / 14px Arial, Verdana;
    text-align: center;
    color: #666666;
    background: #FFF url('/static/img/stripe.gif') top left repeat;
}

A {
    font: normal 13px / 14px Arial, Verdana;
    color: #777BB4;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

#logo {
    text-align: center;
    padding: 8px 1px 1px 1px;
    width: 468px;
    margin: 0 auto;
}

#content, #error {
    border: 1px solid #C9C9C9;
    width: 468px;
    padding: 2px;
    margin: 2px auto;
    background: #FDFDFD url('/static/img/gradient.jpg') bottom right repeat-x;
}

strong {
    font-size: 14px;
}

p strong {
    color: #777BB4;
}

em {
    padding-left: 2px;
    font: normal 10px Arial, Helvetica, Verdana, sans-serif;
}

.fields {
    border: 0;
    margin: 5px 2px 0px 2px;
    margin-bottom: 5px;
    font: bold 14px / 22px Arial, Helvetica, sans-serif;
}

.center {
    background: transparent;
    padding: 2px 2px 4px 2px;
    line-height: 18px
}

.center span {
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #777BB4;
    padding: 0 3px 3px 0px;
}

.left {
    text-align: left;
    width: 80px;
    padding-bottom: 5px;
    float: left;
}

.right {
    text-align: left;
    padding-bottom: 5px;
    margin-left: 80px;
}

#error {
    border: 4px solid #FF0066;
    background: #ffffff;
    padding: 6px 2px;
    color: #000;
    margin: 10px auto;
    font-weight: bold;
    font-size: 14px;
}

form {
    padding: 4px;
    margin: 0;
}

.button {
    font: bold 13px / 15px Verdana, Helvetica, Sans-serif, Arial;
    line-height: 12px;
    background: #f3f3f3 url('/static/img/button.gif') bottom left repeat-x;
    color: #000;
    margin-top: 10px;
    padding: 4px 6px;
    border: 1px solid #999;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.button:hover {
    color: #999;
}

.textbox {
    color: #000;
    margin: 2px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    font: bold 11px Arial, Helvetica, sans-serif;
    background: #fff;
    width: 360px;
    padding: 2px 3px;
}

#footer {
    text-align: right;
    width: 468px;
    padding: 2px;
    margin: 2px auto;
}

#footer span {
    font: normal 10px / 12px Arial, Verdana;
    color: #ccc;
}