/*comment list*/
ul.article_comments{
    margin: 0px;
    padding: 0px;
}

ul.article_comments li{
    list-style: none;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    margin: 20px 0;
}

ul.article_comments li.odd{
    background: none repeat scroll 0 0 #f8f8f8;
}

/*comment form*/
#article_comments{
    margin-top: 30px;
}

.comment-form-field{
    border: medium none;
    font-size: 12px;
    clear: left;
    margin-top: 10px;
}

.comment-form-field h3{
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.comment-form-comment{
    -moz-transition-duration: 0.3s;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12) inset;
    line-height: 18px !important;
    padding: 10px 10px 5px !important;
}

.comment_textarea{
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
    font-family: inherit;
    font-size: 14px;
    height: 125px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
    width: 100%;
}

.comment-form-field table tr td{
    background: none !important;
    border: 0 !important;
}

.comment-form-field input{
    font-family: inherit;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.comment-delete{
    float: right;
}

.comment-delete a img{
    border: 0;
}

.comment-on{
    font-size: 10px;
    font-style: italic;
    margin-bottom: 15px; 
}

/*Submit button*/
.comment-submit{
    margin-top: 10px;
}