#comments,
#story {
 width: 800px;
 margin: auto;
 margin-top: 10px;
 padding: 0px 10px;
 border: 4px solid #333;
}

#story {
 border-bottom: 1px dashed #999;
 background: white;
}

form.ForumPost .ForumPost_input_container input,
#comments h3,
#story h3 {
 margin-top: 0px;
}

#comments {
 margin-top: 0px;
 border-top: 0px;
 padding-top: 20px;
 background: #FFF7C4;
}

form.ForumPost,
.comment {
 width: 80%;
 margin: auto;
 margin-bottom: 10px;
 border: 2px dotted #ccc;
 background: no-repeat top right url('art/writingpencil.png');
 padding: 0em 1em;
}

form.ForumPost .ForumPost_input_container span {
 display: none;
}

form.ForumPost .ForumPost_input_container input,
form.ForumPost .ForumPost_input_container textarea {
 background-color: inherit;
 border: solid 1px #cccccc;
 font-size: 1em;
 font-family: sans-serif;
}

form.ForumPost .ForumPost_input_container textarea {
 width: 100%;
 height: 100px;
}

form.ForumPost .ForumPost_input_container input {
 font-weight: bold;
}

form.ForumPost div {
 margin-top: 20px;
}

form.ForumPost {
 background-color: white;
}

.comment .signature {
 margin-left: 3em;
 font-style: italic;
}