
    #commentForm {
        background: #f1f1f1;
        border: 1px solid #c8c8c8;
        color: #333;
        margin-top: 10px;
        padding: 20px;
    }
    #commentForm a:link,
        #commentForm a:visited, #commentForm a:hover, #commentForm a:active {
        color: #1E78D2;
    }
    #commentForm form p {
        clear: both;
        margin: 0;
        padding: 0;
    }
    #commentForm form p.fw-error, #commentForm form div.fw-error {
        margin-top: 5px;
        padding: 5px 0;
    }
    #commentForm form label {
        color: #333;
        float: left;
        font-weight: bold;
        margin-right: 20px;
        text-align: right;
        width: 70px;
    }
    #commentForm form input {
        color: #999;
    }
    #commentForm form #commenterName,
        #commentForm form #commenterEmail {
        width: 170px;
    }
    #commentForm form textarea {
        height: 45px;
        width: 445px;
    }
    #commentWall h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
        padding: 0;
    }
    .opacity-50 {
        filter: alpha(opacity=50);
        opacity: .5;
        width: 100%;
    }
    .opacity-75 {
        filter: alpha(opacity=75);
        opacity: .75;
        width: 100%;
    }
    #commentWall #commenterNameContainer, #commentWall #commenterEmailContainer {
        float: left;
        width: 270px;
        margin-bottom: 10px;
    }
    #commentWall #commenterEmailContainer label {
    }
    .commentWallUtility {
        float: right;
        font-size: 12px;
    }
        .commentWallUtility a:link,
            .commentWallUtility a:visited,
                .commentWallUtility a:hover,
                    .commentWallUtility a:active {
            text-decoration: none;
			
		}
    #commentSubmitBtn {
        margin-left: 87px;
        margin-top: 10px;
        margin-bottom: -10px;
    }
        #commentForm div.avatar/* img*/ {
            border: 1px solid #333;
            float: left;
            margin: 0;
            padding: 0;
        }
            #commentForm div.avatar img {
                display: block;
                margin: 0;
                padding: 0;
            }
                                #commentForm #loggedInMemberInfo {
                                    margin-left: 68px;
                                }
                                #commentForm #loggedInMemberInfo p {
                                    clear: none;
                                }

#commentForm #loggedInMemberInfo a,
	.commentItem .commentTitle a
	{
	font-weight: bold;
}
.commentItem .commentTitle .commentUtility a {
	font-weight: normal;
}

/******** LIST PAGE STYLES ******************/
    .commentItem {
        clear: both;
        padding: 20px;
    }
    .commentItem.first {
        padding-top: 10px;
    }
    .commentTitle {
        margin-bottom: 10px;
        margin-left: 68px;
        border-bottom: 1px solid #dfdfdf;
    }
        .commentItem div.avatar {
            border: 1px solid #333;
            float: left;
            margin: 0;
            padding: 0;
        }
            .commentItem div.avatar img {
                display: block;
                margin: 0;
                padding: 0;
            }
        .commentTitle .commentUtility {
            float: right;
            font-size: 12px;
            line-height: 16px;
            margin-left: 15px;
            margin-right: 5px;
            vertical-align: middle;
        }
            .commentTitle .commentUtility * {
                vertical-align: middle;
            }
        .commentTitle .time {
            font-size: 12px;
            margin-left: 10px;
        }
    .commentBody {
        margin-left: 68px;
    }
        .commentBody p {
            margin: 0;
        }
        .commentBody blockquote {
            font-style: italic;
            margin-left: 5px;
            border-left: 5px solid #dfdfdf;
            padding-left: 10px;
			font-size: .85em;
			line-height: 1.2em;
		}
            .commentBody blockquote span {
                margin-left: 0;
            }

    #commentPagination a:link, #commentPagination a:visited,
        #commentPagination a:hover, #commentPagination a:active {
        border: 1px solid #999;
        display: inline-block;
        font-size: 11px;
        margin: 0 2px;
        padding: 1px 3px !important;
        text-align: center;
        text-decoration: none !important;
    }
    #commentPagination a.next, #commentPagination a.prev {
        border: 2px solid #999;
        width: 40px !important;
        padding: 0px !important;
    }
        #commentPagination a.next {
            margin-left: 15px;
        }
        #commentPagination a.prev {
            margin-right: 15px;
        }
    #commentPagination a:hover {
        background: #ccc !important;
        color: #333;
        text-decoration: none !important;
    }
    #commentPagination span.current {
        background: transparent !important;
        border: 1px solid transparent !important;
        display: inline-block;
        font-size: 11px;
        padding: 1px !important;
        text-align: center;
        text-decoration: none !important;
        width: 18px !important;
    }
    #commentPagination span {
        font-size: 12px;
        font-weight: bold;
        padding: 4px 6px !important;
        text-align: center;
        text-decoration: none !important;
        width: 18px !important;
    }

#commentList {
    position: relative;
}
    #commentList .commentListLoadingOverlay {
        background: #fff url('../../../Images/loader.gif') no-repeat scroll center center;
        position: absolute;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    #commentList .commentListLoadingOverlay span {
        margin: 4px 0pt;
        padding: 1px;
        background: #999;
        color: #fff;
    }