#entrynav {
width: 99%;
margin-bottom: 10px;
text-align: center;
}
.comment-container {
width: 488px;
background: #94CB8A url(/images/DG/comment_bg_mid.gif) repeat-y;
margin: 10px 0;
}
.comment-text {
float: left;
width: 325px;
min-height: 150px;
background: url(/images/DG/comment_bg_top.gif) no-repeat top left;
padding:10px 10px 0 10px;
}
.comment-author {
background: url(/images/DG/comment_bg_top.gif) no-repeat top left;
text-align: right;
font-size: 11px;
padding: 20px 10px;
}
.comment-bottom {
width:488px;
height: 10px;
background: url(/images/DG/comment_bg_bottom.gif) no-repeat bottom left;
clear: both;
}
.author {
font: bold 17px/24px 'Times New Roman,' Times, Serif; 
}
#leave-comment  {
font: bold 26px 'TimesNew Roman', serif;
color: #643E53;
margin-top: 25px;
}
.avatar {
width: 100px;
height: 100px;
}
.count {
font-size:18px;
font-weight: bold;
color: #643E53;
}
/*
Formatting Buttons
------------------------------------------------------ */

.buttonMode {
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 10px;
color: #73769D;
background-color: transparent;
white-space: nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
background-color: #f6f6f6;
padding: 0;
border-top: #333 1px solid;
border-right: #333 1px solid;
border-bottom: #333 1px solid;
}
.htmlButtonOuterL {
border-left: #333 1px solid;
}
.htmlButtonInner {
background-color: transparent;
text-align: center;
padding: 0 3px 0 3px;
border-left: #fff 1px solid;
border-top: #fff 1px solid;
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}
.htmlButtonOff {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOff a:link {
color: #000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOff a:visited {
text-decoration: none;
}
.htmlButtonOff a:active {
text-decoration: none;
color: #999;
}
.htmlButtonOff a:hover {
background-color: #fff;
text-decoration: none;
color: #999;
}
.htmlButtonOn {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: 11px;
font-weight: bold;
background: #f6f6f6;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOn a:link {
color: #990000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOn a:visited {
text-decoration: none;
}
.htmlButtonOn a:active {
text-decoration: none;
color: #999;
}
.htmlButtonOn a:hover {
background-color: #fff;
color: #999;
text-decoration: none;
}