    div.posting div.reaction {
        position            :   relative;
        width               :   140px;
        float               :   left;
        padding-top         :   5px;
    }
    
        div.reaction div.poster {
            color               :   #ed6720;
            font-size           :   12px;
            width               :   130px;
            height              :   16px;
            padding-left        :   10px;
            font-weight         :   bold;
            overflow            :   hidden;
        }
        
        div.reaction div.poster a {
            display             :   none;
        }
        
        div.reaction div.posttime {
            font-size           :   11px;
            width               :   130px;
            padding-left        :   10px;
            overflow            :   hidden;
            color               :   #666666;
        }
        
        div.reaction div.website {
            font-size           :   11px;
            width               :   130px;
            padding-left        :   10px;
            overflow            :   hidden;
        }
    
        div.reaction div.website a {
            color               :   #666666;
        }        
        
        div.website strong {
            padding-left        :   5px;
            padding-right       :   5px;
            color               :   #000000;
        }
        
        div.reaction div.smallprint {
            padding-top         :   5px;
            font-size           :   11px;
            width               :   130px;
            padding-left        :   10px;
            color               :   #666666;
        }
    
    div.posting input.txt, div.posting textarea.txt {
        width               :   400px;
        font-family         :   lucida sans unicode, lucida sans, helvetica, arial;
        color               :   #6f8490;
        font-size           :   12px;
    }

img.gravatar {
    width               :   80px;
    height              :   80px;
    border              :   5px solid #dee7ee;
    margin-top          :   5px;
    margin-bottom       :   5px;
}