#dropZone {
    background-color: #eee;
    border: 2px dashed #bbb;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
}

#dropZone:hover {
    text-decoration: underline;
}

#dropZone.drag-over {
    background-color: #3385c0;
    border-color:     #66ccff;
}

.text_error {
    color: #cc0000;
}

span.avoidwrap {
    display:inline-block;
}

.terms_of_use > div {
    padding-bottom: 1em;
}
