/* Start of CMSMS style sheet 'comments_css' */
#comments {
border-top:2px solid #a2ae87;
margin-top:10px;
padding-top:5px;
}

#comments h3 {
margin-bottom:5px;
}

#comments textarea {
width:300px;
height:150px;
}

#comments td#commentauthor input{
width:200px;
}

#comments td#authoremail input{
width:200px;
}


#comments td#buttons input{
margin:5px;
height:20px; 
border:1px solid #999;
color:#fff;
background-color:#006600;
width:80px;
float:right;
}

#comments div#errormessage {
font-weight:bold;
color:#cc3300;
}

#comments ul {
margin-bottom:15px;

border-bottom:2px solid #a2ae87;
}

#comments ul li {
margin-left:0;
list-style:none;
padding:5px;
border-top:1px solid #a2ae87;
}

#comments div.postdate, #comments div.author {
display:inline;
}

#comments div.author {
font-weight:bold;
margin-right:15px;
}

#comments div.commentData {
clear:both;
margin-left:10px;
margin-top:5px;
}
/* End of 'comments_css' */

