﻿#commentArea {position: relative; width: auto; display: block; clear: both; margin-top: 20px; text-align: left;}
#commentArea #header {position: relative; background-color: #CCCCCC; padding: 5px; font-weight: bold; margin-bottom: 10px;}
#commentArea #addacomment {position: relative; margin-bottom: 10px; }
#commentArea #comments #commentheader {position: relative; background-color: #CCCCCC; padding: 5px; font-weight: bold; margin-bottom: 10px;}
#commentArea #comments {position: relative;}

#commentArea #comments a {color: blue; text-decoration:underline; font-weight: normal;}
#commentArea #comments a:visited {color: purple; text-decoration:underline;font-weight: normal;}

#commentArea #comments .name {}
#commentArea #comments .editedText {display: block; padding-left: 10px; width: auto; font-style: italic; margin-top: 10px; margin-bottom: 10px;}


