﻿/* File Upload */

.divUpload {
    width: 400px;
}

#_urlFile {
    float: right;
    height: 20px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    font-size: 10pt;
}

#_urlPdfFile {
    float: right;
    height: 20px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    font-size: 10pt;
}

#_urlXmlFile {
    float: right;
    height: 20px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    font-size: 10pt;
}

/*  End File Upload */
