.errors {
    color: #FB0000;
    margin: 0;
    padding: 2px 5px 2px 5px;
}

.error_field {
    text-align: left;
    background-color: #FFE1E1;
    border: 1px solid #FF0000;
}

.floatLeft {
    float: left;
    vertical-align: middle;
    width: auto
}

#wait {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

#waitBlock {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#waitBlock img {
    width: 102px;
    height: 102px;
}

#waitBlock p {
    color: #FFF;
    font-size: 18px;
    margin: 0;
}

.tdStyle {
    width: 150px;
    vertical-align: top;
}
