#divComments
{
    font-family: "Lucida Grande" , Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 100%;
    padding: 10px 0 10px 0;
}
#divAddComment
{
    -moz-box-sizing: border-box;
    background-color: transparent;
    border: 0 none;
    outline: 0 none;
    width: 100%;
    text-align: right;
    background-color: #f2f2f2;
    border: 1px solid #e9e9e9;
    padding: 8px;
}
#divComments #divAddComment #txtComment
{
    width: 100%;
    border: 1px solid #bdc7d8;
    margin-bottom: 5px;
    height: 90px;
    font-family: "Lucida Grande" , Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
}

#divComments #divAddComment #txtCommentOff
{
    width: 100%;
    border: 1px solid #bdc7d8;
    margin-bottom: 5px;
    height: 90px;
    font-family: "Lucida Grande" , Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    background: white;
}

#divComments #divList
{
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#divComments #divList #divItemFirst
{
    padding: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 0px;
    border: 0px solid #bdc7d8;
}

#divComments #divList #divItem
{
    background: url("/assets/images/bordino_tratteggiato.gif") repeat-x scroll 0 0 transparent;
    margin: 10px 0 0;
    padding: 7px 3px 0;
}
#divComments #divNick
{
    font-weight: bold;
    color: #3b5998;
    margin-bottom: 5px;
}
#divComments #divList #divTime
{
    font-weight: 200;
    color: #999999;
}

#divComments #btnConfirm {
    background-color: #D50004;
    border-color: #B70000;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;   
    color: #FFEAEA;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 13px;
    padding: 1px 0 2px;
    width: 76px;
}

#divHeaderComments
{
    background-color: #3384CC;
    color: white;
    padding: 5px;
    width: 635px;
    }
    
td.commentoHeader
{
    background-color: #f4f4f4;
    font-size: larger;
}

td.commentoContent
{
    background-color: #ffffff;
    padding: 3px 10px;
    font-size: larger;
}

