input.badge-data,
select.badge-data {
    background: var(--color_yellow);
}

span.bg-yellow {
    padding: 4px;
    border: 1px solid #FC0;
    background: var(--color_yellow);
}

div#step2 {
    position: relative;
}

.file-error {
    top: 0;
    padding: .5em;
    width: 100%;
    text-align: center;
    background: url(../Icons/ico-close.png) no-repeat right center #04c544;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    margin: 0;
    position: absolute;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity = 90);
    cursor: pointer;
    z-index: 999;
}