#irodat_keres_main_cont {
    background: white;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#irodat_keres_main_cont h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
#new_advert{
    width: 160px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
    background: #450341;
    text-align: center;
    font-weight: bold;
    color: white;
    border: solid 1px #8F0185;
}

#new_advert:hover{
    text-decoration: none;
    background: #6F0341;
}