/* 
    Document   : forum-editor.css
    Created on : 22.10.2012, 21:40:48
    Author     : marko
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {width: 642px;font-family: Arial, Verdana, sans-serif;font-size:12px;}

.forum-post-quote {
    margin:0 3px 10px 34px;
    padding: 18px 15px 27px 33px;
    background: #f8f5ee;
    color: #948b6a;
    border: #dad5c2 1px solid;
}

.forum-post-quote .quoted {
    font-weight: bold;
    margin-bottom: 13px;
    display: block;
}
