.wrapper {
    margin: 0 auto;
    width: 980px;
}

.header .logo {
    float: left;
    height: 32px;
    margin-top: 3px;
}

.header {
    margin: 8px 0;
}

.header li {
    float: left;
}

.header a {
    display: block;
    font-weight: bold;
    padding: 4px 8px;
    color: #333;
    line-height: 30px;
    text-decoration: none;
}

.header a:hover {
    color: #4183C4;
}

.content {
    border-top: 1px solid #A4A4A4;
    border-bottom: 1px solid #919191;
    background-color: #202021;
}

.content h2 {
    color: #FFF;
    font-size: 70px;
    margin: 0 0 60px;
}

.content h3 {
    color: #4183c4;
    font-size: 21px;
}

.content .form {
    width: 320px;
    margin-top: 28px;
    position: relative;
}

.content .form input {
    width: 100%;
    background-color: #fafafa; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
    color: #333;
    min-height: 34px;
    outline: medium none;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #FFF;
    padding: 10px;
    margin-top: 20px;
}

.content .form input:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 12px rgba(255, 255, 255, 0.75);
}

#msg {
    background-color: #fcdede;
    border: 1px solid #d2b2b2;
    padding: 15px;
    font-size: 14px;
    color: #911;
    position: absolute;
    width: 100%;
    top: -48px;
}

.footer {
    line-height: 30px;
    color: #777;
    font-size: 12px;
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: #4183c4;
}

.footer a:hover {
    text-decoration: underline;
}

/* start sign up */
.dir {
    color: #4183c4;
    font-size: 18px;
    word-wrap: break-word;
    margin-top: 20px;
}

#dir {
    color: #999; 
    font-size: 13px;
}

.form.sign-up {
    margin-top: -20px;
}
/* end sign up */