#contact {
    position: relative;
    float: left;
    width: 450px;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 250px;
    background: url(http://www.megaton.co.uk/static/img/bot-name-bg.gif) center;
    border: 2px solid white;
    color: white;
}

#contact h2 {
    text-align: center;
    margin-bottom: 10px;
    color: yellow;
    text-shadow: black -2px -2px 1px, black 2px -2px 1px, black -2px 2px 1px, black 2px 2px 1px;
}

#contact form {
    margin-left: 60px;
}

#contact label,
#contact input,
#contact textarea {
    float: left;
    clear: both;
    width: 325px;
}

#contact textarea {
    padding: 5px;
    height: 150px;
}

#contact form input {
    height: 30px;
    font-size: 100%;
    margin-bottom: 10px;
}

#contact .green-button {
    height: auto;
    margin-top: 15px;
}