/* 
    Document   : comment
    Created on : 5-nov-2009, 0:12:55
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        Style for comments
*/
div.comments
{
    /*border-top          : 1px solid #669ACC;*/
}

div.comments div.comment
{
    margin-left         : 10px;
    border-bottom       : 1px solid #87AFD6;
}

div.commentForm form
{
/*    width               : 100%;*/
    border              : 1px solid #87AFD6;
    margin-top          : 10px;
}

div.commentForm input
{
    border              : 1px solid #87AFD6;
    width               : 100%;
}

div.commentForm textarea
{
    width               : 500px;
    height              : 100px;
    border              : 1px solid #87AFD6;
}

div.commentForm h3.error
{
    color               : #FF0000;
    background-color    : #FFCCCC;
}

/* Form */
dl.zend_form
{
    width               : 500px;
    padding             : 5px;
}

dl.zend_form dt
{
}

dl.zend_form dd
{
    margin              : 0;
}

dt.zend_form required
{
}

ul.errors
{
    color               : #FF0000;
    background-color    : #FFCCCC;
}

