img.img_press_r:hover {
    border: 1px solid #969696;
    opacity: 0.75;
}

img.img_press_r {
    border: 1px solid #625960;
    border-radius: 4px;
    cursor: pointer;
    background: #566e9f70;
    max-width: 81px;
}
.press_rdiv {
    text-align: center;
    padding-bottom: 1em;
}
img.img_press_r.noactive_captch {
    /*border-color: #f8f9fa;*/
    opacity: 0.5;
}