/*** Komentare ***/

div.comments {
}

div.comments-entry {
    margin: 15px 0px 0px 0px;
}

div.comments-header {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    _height: 16px;
}

div.comments-name {
    float: left;
    font-weight: bold;
    color: #404040;
}

div.comments-date {
    float: right;
    font-weight: bold;
    color: #404040;
}

div.comments-text {
    line-height: 160%;
    margin-top: 2px;
}

div.comments-form {
    margin: 10px 0px 5px 0px;
}

div.comments-form input.narrow {
    width: 718px;
    background: #ffffff;
    color: #404040;
}

div.left-column div.comments-form input.narrow {
    width: 464px;
}

div.comments-form textarea {
    width: 718px;
    background: #ffffff;
    color: #404040;
}

div.left-column div.comments-form textarea {
    width: 464px;
}

div.comments-form input.submit {
    width: 724px;
    margin-top: 0px;
    background: #ffffff;
    color: #404040;
    text-align: left;
    cursor: pointer;
}

div.left-column div.comments-form input.submit {
    width: 470px;
}

