.comment_container
{
    position: relative;
    padding: 5px;
    width: 600px;
    border: 1px #303030 solid;
    background: transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Common div settings */
.comment_container div { background:transparent; height:18px; margin:0px; padding:0px; position:absolute; vertical-align:top; }

/* Comment fiels containers */
.comment_container .subject { left:10px; top:5px; }
.comment_container .number  { color:#505050; right:10px; top:5px; }
.comment_container .date    { color:#505050; left:250px; top:5px; }
.comment_container .name    { left:15px; top:25px; }
.comment_container .email   { left:15px; top:42px; }
.comment_container .url     { left:15px; top:59px; }
.comment_container .text    { height:auto; margin:80px 10px 10px 10px; position:relative; text-align:justify; text-indent:35px; }


/* Comment Field label */
.topic { color: #505050; }

/* add post form */
div#blog_form_button { margin-bottom:10px; text-align:right; }
div#blog_form       { border:1px dashed #808080; margin:0px auto 10px; text-align:left; width:520px; }
div#blog_form p     { margin:0px; }
div#blog_form br    { clear:left; }
div#blog_form label { display:block; float:left; margin:3px 0px 1px; padding-left:4px; width:90px; }
div#blog_form input.textfield { display:block; float:left; margin:3px 0px 1px; width:270px; }
div#blog_form input.button    { display:inline; margin:3px 0px 3px 4px; width:auto; }
div#blog_form textarea        { margin:3px 0px 1px; }
span.captcha        { margin-left: 38px; }
div.form_error      { color:red; margin:3px auto 1px; padding-left:95px; }
