﻿.view-news-story {
    float: left;
    width: 340px;
}

.view-news-comments {
    float: left;
    clear: right;
    width: 222px;
}

    div.view-news-comments a {
        color: #c30000;
    }
    
    div.view-news-comments textarea {
        border: solid 1px #000;
        margin: 1px 0px 8px 0px;
        width: 100%;
        height: 80px;
        font-family: tahoma;
        font-size: 1em;
        padding: 3px;
    }
    
    div.view-news-comments a.red-button {
        color: #FFF;
    }
    
    
    #jAddNewsArticleCommentLoader {
        margin: 10px;
        visibility: hidden;
        display: none;
    }
    
    div.news-article-comment p {
        padding: 5px 0px 0px 5px;
    }
