.widget-edit-nastavenia {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #FFFFFF 2%, #EAEBF0 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    height: 132px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 70px;
}

#listNastavenia {
    background-color: #FFFFFF;
    border-left: 1px solid #DDDDDD;
    float: right;
    height: 92px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    width: 487px;
}

.widget-edit-nastavenia-next-first {
    border-bottom: 1px solid #DDDDDD;
    height: 105px;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 20px;
}

.widget-edit-nastavenia-next, .widget-edit-nastavenia-next-last {
    margin-left: 50px;
    margin-right: 50px;
}

/* registration */
#content, #wrapper {
    min-height: 100%;
}

progress {
    position: absolute;
    width: 958px;
    top: 3px;
    margin: 0 20px;
    display: none;
}

#register .done {
    padding-top: 250px;
    background: url(../../new/images/icon/done.png) no-repeat center 60px;
    font-size: 18px;
    color: #474749;
    text-align: center;
    font-weight: bold;
}

#register .done span {
    display: block;
    color: #d74937;
}