﻿.ui-dialog .ui-dialog-titlebar {
    /*background-color: #E57ACA;*/
    color:#fff;
}

.fileUploader {
    width: 500px;
}

    .fileUploader h1 {
        color: blue;
        margin-bottom: 15px;
        border-bottom: solid black thin;
    }

    .fileUploader p {
        margin-bottom: 15px;
    }

    .fileUploader input[type=file] {
        width: 480px;
    }

    .fileUploader .poidsMax {
        margin-bottom: 15px;
        font-size: xx-small;
        float: right;
    }

    .fileUploader .buttons {
        text-align: center;
    }

    .fileUploader .clear {
        clear: both;
    }
