div.comment-text .author-company {
    font-size: 14px;
    line-height: 1.4;
    color: #858585;
    font-weight: normal;
}

div.comment-text .author-role {

}

.products_guests_attention_new {
    border: medium none;
    border-radius: 2px;
    padding: 6px 20px 0px 17px;
    background-color: #5d5d5d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#5d5d5d),to(#8c8c8c));
    background: -webkit-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: -moz-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: -o-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: linear-gradient(to bottom,#5d5d5d,#8c8c8c);
    -pie-background: linear-gradient(#5d5d5d,#8c8c8c);
    behavior: url(/js/PIE.htc);
    display: inline-block;
    position: relative;
    width: 95%;
    font: 12px/16px Arial,Verdana,Helvetica,sans-serif;
}

.products_guests_attention_new .attention {
    background: url(/local/static/images/exclamation.svg) no-repeat scroll 0 0 transparent;
    height: 20px;
    left: 15px;
    position: absolute;
    top: 25px;
    width: 20px;
}

.products_guests_attention_new .login_focus {
    border-bottom: 1px dotted white;
}

.products_guests_attention_new a {
    text-decoration: none;
    border-bottom: 1px solid white;
    color: white !important;
}

.products_guests_attention_new p {
    color: white;
    padding: 3px 0 4px 35px;
    line-height: 14px;
}
