i.icon16 {
    background: url(/wa-content/img/icon16.png) no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
}

.icon16.star {
    background-position: -304px -64px;
}

.icon16.star-empty {
    background-position: -336px -64px;
}

.icon16.star-half {
    background-position: -320px -64px;
}

.icon16.star-hover {
    background-position: -352px -64px;
}


.bookreviews-stars {
    margin-bottom: 5px;
    display: inline-block;
}

.bookreviews-frontend .field {
    margin-bottom: 10px;
}

.bookreviews-frontend .error-msg {
    color: #c10000;
    font-size: 12px;
}

.bookreviews-frontend .review.canceled {
    background-color: #dadc83;
}

.bookreviews-frontend .review-comments {
    margin: 10px 0;
    padding-left: 10px;
    border-left: 2px solid #eeeeee;
}

.bookreviews-frontend .review-comments .comment {
    padding-bottom: 10px;
}

.bookreviews-frontend .review-comments .comment.disabled {
    background-color: gray;
}

.review-input-text textarea {
    width: 402px;
}

.review-fields label {
    width: 140px;
    display: block;
    clear: left;
    float: left;
    color: #aaa;
    padding-top: 3px;
}

.review-fields input {
    width: 262px;
}

.bookreviews-frontend .disabled {
    background-color: white !important;
    color: #aaaaaa !important;
}

.bookreviews-frontend .button:hover {
    cursor: pointer;
}

.bookreviews-frontend .review-add-comment {
    padding: 4px;
    /*border-radius: 8px;*/
    /*border-style: solid;*/
    /*border-color: black;*/
    /*border-width: 1px;*/
    /*background-color: lightgrey;*/
    /*color: black;*/
}


.bookreviews-frontend .add-review {
    padding: 10px;
    /*border-radius: 5px;*/
    /*border-style: solid;*/
    /*border-color: black;*/
    /*border-width: 1px;*/
    /*background-color: lightgrey;*/
    /*color: black;*/
}


.bookreviews-frontend .message{
    padding:5px !important;
    background: rgba(255, 252, 1, 0.5) !important;
}

.bookreviews-frontend{
    padding-left: 10px;
}