﻿.HotFileUpload {
    height: 30px;
    margin: 0 auto;
    width: auto;
}

    .HotFileUpload .HiddenInput {
        display: none !important;
    }

    .HotFileUpload .HotShowUploadFile {
        float: left;
        display: block;
        height: 30px;
        line-height: 28px;
        width: 50%;
        padding: 0 10px;
        background: #f7f7f7;
        border: 1px solid #bfbfbf;
        border-right: none;
        color: #858585;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .HotFileUpload .HotSelectFile {
        cursor: pointer;
        float: left;
        display: block;
        height: 30px;
        line-height: 28px;
        background: #f7f7f7;
        border: 1px solid #bfbfbf;
        color: #858585;
        padding: 0 10px;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .HotFileUpload .RemoveFile {
        cursor: pointer;
        margin-left: -1px;
        float: left;
        display: block;
        height: 30px;
        line-height: 28px;
        background: #f7f7f7;
        border: 1px solid #bfbfbf;
        color: #858585;
        padding: 0 10px;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .HotFileUpload input[type=submit] {
        cursor: pointer;
        margin-left: -1px;
        float: left;
        display: block;
        height: 30px;
        line-height: 28px;
        background: #858585;
        border: 1px solid #bfbfbf;
        color: #f7f7f7;
        padding: 0 10px;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .HotFileUpload .HotSelectFile:hover, .HotFileUpload .RemoveFile:hover {
        background-color: #d0d0d0;
    }

    .HotFileUpload input[type=submit]:hover {
        background: #002532;
    }