/**
* The css for the comments
*/

/** The h3 title for the Comment header */
h3.comment {
    padding: 5px 5px 5px 15px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/** The h3 title for the Comments header */
h3.comments {
    padding: 5px 5px 5px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/** The h4 header for each comment username */
h4.comment {
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}
/** The p block of the comment */
p.comment {
    padding: 5px 5px 5px 5px; 
    margin: 5px 5px 5px 5px;
}
/** The div around the h4 and p block */
div.comment {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 5px;
}

/** Define black and rounded input fields */
input {
    border: 0px;
    padding: 3px;
    margin-bottom: 5px;
}
/** Define black and rounded input fields */
textarea {
    border: 0px;
    margin-top: 5px;
}
.submit input{
    border: 2px outset #2f2f2f
}
