body {
    margin: 0;
    text-align: center;
    min-width: 760px;
    background: #1299a9;
    color: #204063;
    font-size: 13px;
}

#outer-wrapper {
    margin: 0 auto;
    width: 760px;
    text-align: left;
    font: 100% Helvetica,Arial,Verdana,trebuchet ms,Sans-serif;
}

#content-wrapper {
    position: relative;
    width: 760px;
    background: #f7f0e9;
}

label {
    font-weight: 700;
}

input.submit:hover, #twitter_submit:focus {
    background-position: 0 -5px;
    color: #111;
    cursor: pointer;
}

input.submit {
    background: #bbb;
    border: 1px solid #eee;
    color: #333;
    font-family: Helvetica,Arial,Sans-serif;
    font-size: 18px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: -.5em;
    outline-style: none;
    outline-width: medium;
    padding: 8px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

form fieldset dl dd {
    margin: 0 0 10px 5px;
}
