.targa {
    border: 2px solid #666;
    border-radius: 4px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    background-image: url('/images/leftTarga.jpg'), url('/images/rightTarga.jpg');
    background-position-x: left, right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-color: white;
}