        .apuf_fixed_block{
            z-index: 999;
            position: fixed;
            left: 50%;
            top: 50%;                
        }
        .apuf_block{
            background-color: #ededed;
            border-radius: 5px;
            border: 1px solid #1a6db5;
            height: 90px;
            margin-left: -200px;
            margin-top: -35px;
            padding: 20px;
            width: 444px;
        }
        .apuf_progress{
            border: 1px solid #ddd;
            border-radius: 3px;
            padding: 1px;
            position: relative;
            width: 400px;
            line-height: 17px;
            color: #fff;
        }
        .apuf_bar{
            background-color: #1a6db5;
            border-radius: 3px;
            height: 20px;
            color: #FFFFFF;
            width: 0;
        }
        .apuf_percent{
            display: inline-block;
            left: 48%;
            position: absolute;
            top: 3px;
        }
        .apuf_status{
            width: 100%;
            height: 25px;
            margin: 10px 0px;
            overflow: hidden;
        }
        #button_submit_block{
            color: #ffffff;
            cursor: pointer;
            display: block;
            text-align: center;
            text-decoration: none;
            width: 240px !important;

            background-color: #095891;
            border: 0 none;
            font-size: 16px;
            height: 33px;
            line-height: 33px;
            padding: 0;
            border-left: 1px solid #437fab;
            border-right: 1px solid #c5d8e5;
            font-family: 'open_sansregular';
            margin: 10px 0;
        }
        .span_upload_file{
            max-width: 100px;
            overflow: hidden;
        }
        #files_form input[type="button"]{
            color: #ffffff;
            cursor: pointer;
            display: block;
            text-align: center;
            text-decoration: none;
            width: 240px !important;

            background-color: #095891;
            border: 0 none;
            font-size: 16px;
            height: 33px;
            line-height: 33px;
            padding: 0;
            border-left: 1px solid #437fab;
            border-right: 1px solid #c5d8e5;
            font-family: 'open_sansregular';
            margin: 10px 0;
        }