#container {
    width:100%;
    max-width:700px;
}

#name {
    width:360px;
}
#text-area {
    width:360px;
}
.content {
    border: 1px solid #333;
    padding:10px;
    margin-bottom:20px;
}
.title {
    font-weight:bold;
}
#form {
    margin-bottom:20px;
    width:360px;
}
#submit {
    margin-top:10px;
    width:150px;
    height: 40px;
}
