#banner_anunturi {
    margin: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: red;
    font-size: 2em;
    font-weight: bold;
    cursor: hand;
    background-color: #a22122;
    color: white;
    padding: 0.5em;
    margin-left: -12px;
    box-shadow: 0 2px 2px #999;
    font-family: sans-serif;
}
