.post_title {
    margin-bottom: 0;
}

.post {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 1.2em;
}

.submitted {
    font-size: 80%;
    text-align: left;
    margin-bottom: 10px;
}

.post_footer {
    font-size: 75%;
    text-align: right;
}

#comments .submitted{
 border-bottom: 1px solid #dddddd;

}

#inputComment textarea{
    width: 600px;
    height: 100px;
}
#allowedTags{
    font-size: 75%;
}

.requiredFielderror{
    border: 5px solid #f66;
}

