div.comments {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: black;
}

div.comments h1, div.comments h2, div.comments h3 {
    font-family: 'Century Schoolbook', Georgia, Serif;
}

div.no_border {
    border:none;
}

div.comment_odd {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right:100px;
}

div.comment_even {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #F4F4F4;
    padding-left: 10px;
    padding-right: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.comment_staff {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #3E3C39;
    padding-left: 10px;
    padding-right: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#F8F8F8;
}



div.comment_nr {
    float: left;
    margin-left: -33px;
    margin-top:-10px;
    text-align: right;
    width: 13px;
    color: blue;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    background-color:white;
    padding-top:9px;
    height:24px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

div.comment_staff div.comment_nr, div.comment_staff div.comment_nr a {
    background-color: #3E3C39;
    color:#F8F8F8;
}

div.comment_staff div.comment_date {
    color:#C0C0C0;
}

div.comment_even div.comment_nr {
    background-color: #F4F4F4;
}

div.comment_nr a {
    border-style: none;
}

div.comment_author {
    font-size: 14px;
}

div.comment_date {
    padding-top: 5px;
    color: gray;
    font-size: 10px;
}

div.comment_body {
    margin-left: 20px
}


div.comments input, div.comments textarea {
    color:gray;
    border:solid;
    border-color:gray;
    border-width:1px;
    background-color:white;
    padding:5px;
    font-family: "Lucida Grande", sans-serif;
    font-size:11px;
}

div.comments input:hover, div.comments textarea:hover, div.comments input:focus{
    border-color:black;
}
div.comments input:focus, div.comments textarea:focus {
    color:#222;
}
div.comments input.button:hover {
    border-color:gray;
    background-color:gray;
    color:white;
}
