.postWrapper {
    padding-bottom: 25px;
}
.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}
.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.postTitle h3 {
    font-size: 10px;
    margin: 0;
    padding: 2px 0;
}
.postContent {
    padding-bottom: 15px;
    font-size: 13px;
}
.postContent hr {
    margin: 0.6em auto;
}
.postDetails {
    font-size: 12px;
}

.commentWrapper {
    padding-top: 10px;
}
.commentIndent {
    margin-top: 5px;
    margin-left: 20px;
}
.commentContent {
    padding-bottom: 0;
    font-size: 12px;
}
.commentDetails  {
    font-size: 11px;
    padding: 0;
}
.commentReply {
    float: left;
}
.commentPostDetails,
.commentUserDetails {
    float: right;
}
#postComment .group-select {
    margin-top: 15px;
}
#postComment .input-box .required {
    color: #EB340A;
}
#postComment .button-set .required {
    text-align: left;
}
#postComment #inReplyToBox {
    padding-bottom: 8px;
}
#postComment #inReplyToBox #inReplyToName {
    font-weight: bold;
}

.postError {
    font-size: 16px;
}
