/* ################# Up-Download Styles ################# */

.upl_button {
    font-family:Verdana, Arial, Verdana, Sans-Serif;
    font-size:10px;
    color:#000000;
    background-color:#fff;
    height:19px;
    padding:0 2px;
    border:1px solid #000080;
    margin-top:2px;
}

.upl_formdesc {
    width:100px;
    float:left;
}

.upl_table, .upl_file, .upl_file_inactive {
    border-collapse: collapse;
    border:1px solid #000;
}

td.upl_file {
    padding:2px;
    background:#fff;
}

td.upl_file_inactive {
    padding:2px;
    background:#ccc;
}

td.upl_textaction, td.upl_textfilename, td.upl_textsize {
    background:#bbb;
}

td.upl_textaction {
    width:150px;
}

.upl_textbox {
    font-family:Verdana,Sans-Serif;
    font-size:10px;
    color:#000;
    background-color:#fff;
    border:1px #000080 solid;
}

td.upl_textsize {
    width:80px;
}

#showMessage {
    margin:0px 0px 10px 100px;
    padding:5px;
    width:300px;
    font-weight:normal;
    background-color: #DAEDF9;
    border:2px #3F9AC9 dashed;
    text-align:center;
}

#showMessage form {
    margin:0px;
}

#showMessage h3 {
    font-size:14px;
    padding:0px;
    margin:0px;
    text-align:center;
}