#communityQuestionPromo.bottomBorder {
    border-bottom: 1px solid #DDDDDD;    
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#communityQuestionPromo.topBorder {
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
    margin-top: 20px;
}

#communityQuestionPromo.clearLeft {
    clear: left;
}

#communityQuestionPromo.noPadding {
    padding-left: 0;
    padding-right: 0;
}

div.memberSpeech {
    position: relative;
    padding: 0 30px 0 30px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
    color: #666666;
    _zoom: 1;
}

    div.memberSpeech div.avatar {
        padding: 10px 25px 0 0;
        background-image: url(/res/img/community/bubble/bubble_tail.gif);
        background-position: right 16px;
        background-repeat: no-repeat;
        width: 40px;
        position: absolute;
        top: 0;
        left: 30px;
        _left: 28px;
    }

    #communityQuestionPromo.noPadding div.avatar {
        left: 0;
        _left: -2px;
    }

    #communityQuestionPromo.topBorder div.avatar {
        top: 20px;
    }

    div.memberSpeech img.avatar {
        border: 1px solid #c4c6b8;
        vertical-align: middle;
        background-color: white;
    }

    div.memberSpeech div.speech {
        margin-left: 62px;
        position: relative;
        background-image: url(/res/img/community/bubble/side_b.gif);
        background-repeat: repeat-x;
        background-position: bottom;
        background-color: #fcfcf4;
        _height: 60px;
    }

        div.memberSpeech div.speech div.bodyArea {
            position: relative;
            padding: 5px 25px 23px;
            border-right: 1px solid #e6e5e0;
            background-image: url(/res/img/community/bubble/side_l.gif);
            background-repeat: repeat-y;
            background-position: left;
            min-height: 30px;
            _height: 60px;
        }

            div.memberSpeech div.speech div.bodyArea a {
                color: #3399AA;
                text-decoration: underline;
            }


        div.memberSpeech div.speech div.cornerTopLeft, div.memberSpeech div.speech div.cornerTopRight,
            div.memberSpeech div.speech div.cornerBottomLeft, div.memberSpeech div.speech div.cornerBottomRight {
            width: 16px;
            height: 14px;
            background-repeat: no-repeat;
            position: absolute;
        }

        div.memberSpeech div.speech div.cornerBottomLeft, div.memberSpeech div.speech div.cornerBottomRight {
            background-position: bottom;
        }

        div.memberSpeech div.speech div.cornerTopLeft {
            background-image: url(/res/img/community/bubble/corner_tl.gif);
            top: 0;
            left: 0;
        }

        div.memberSpeech div.speech div.cornerTopRight {
            background-image: url(/res/img/community/bubble/corner_tr.gif);
            top: 0;
            right: 0;
        }

        div.memberSpeech div.speech div.cornerBottomLeft {
            background-image: url(/res/img/community/bubble/corner_bl.gif);
            bottom: 0;
            left: 0;
        }

        div.memberSpeech div.speech div.cornerBottomRight {
            background-image: url(/res/img/community/bubble/corner_br.gif);
            bottom: 0;
            right: 0;
        }
