/*-----attach body.custom to any style you add here-----*/

.commentbubble {
    background-image: url(images/comment_bubble.png);
    background-repeat:no-repeat;
    background-position:center;
    height: 46px;
    width: 48px;
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
    margin-right: 13px;
    float:right;
}