
#dpub-item-like{
    margin:20px 0;
    padding:10px;
    /*background-color:#eee;*/
    width:100px;
}

#dpub-reviews,
#dpub-review-form{
    font-size:13px;
    line-height:1.2;
    padding:20px;
    /*background-color:#eee;*/
	width:600px;
}

.dpub-review-eval{
    font-size:85%;
    font-weight:bold;
}

#dpub-reviews hr{
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #aaa;
    height: 1px;
}

#dpub-review-form form{
    margin:0;
    padding:0;
}

#dpub-review-form h2{
    margin:0;
    padding:0;
    font-size:170%;
    font-weight:bold;
}

#dpub-review-form input,
#dpub-review-form select,
#dpub-review-form textarea{
    margin-left:10px;
}

.dpub-required{
    color:#ff0000;
}

#dpub-reviewer_name{
    width:200px;
}
#dpub-email{
    width:200px;
    ime-mode:disabled;
}
#dpub-title{
    width:300px;
}
#dpub-review{
    width:350px;
    height:150px;
}
#dpub-commit{
    text-align:center;
}

#dpub-review-avg-table{
    background-color:#fff;
    margin:2px 0 22px 0;
}
#dpub-review-avg-table tr{
    height:100%;
}
.star-graph{
    background-color:#eeeecc;
}

#dpub-reviewer_name, #dpub-email, #dpub-score, #dpub-title, #dpub-review {margin-bottom:3px;}