.jquery-fileupload .uploadbtn {
            width: 90px;
            height: 36px;
            line-height: 28px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-right: 10px;
        }

        .jquery-fileupload .uploadbtn input[type="file"] {
            width: 80px;
            height: 28px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .jquery-fileupload .uploadbtn span {
            display: block;
            width: 87px;
            height: 28px;
            position: absolute;
            left: 0;
            top: 0;
            line-height: 28px;
            text-align: center;
            color: #ffffff;
            text-decoration: none;
            border-radius: 8px;
            box-shadow: 0px 1px 3px #666666;
            text-shadow: 1px 1px 3px #666666;
            border: 2px solid #4cae4c;
            background: #5cb85c;
        }

        .jquery-fileupload .tips{
            color: #a94442;
            line-height: 28px;
        }

        .jquery-fileupload .filesname {
            width: 100%;
        }

        .jquery-fileupload table {
            width: 100%;
        }

        .jquery-fileupload .filesname tr {
            width: 100%;
        }

        .jquery-fileupload .filesname td {
            width: 50%;
            padding-left: 20px;
        }


        .jquery-fileupload .filesname .delete,
        .jquery-fileupload .filesname .download {

            color: #ffffff;
            padding: 2px 6px;
            text-decoration: none;
            border-radius: 8px;
            box-shadow: 0px 1px 3px #666666;
            text-shadow: 1px 1px 3px #666666;
            border: 1px solid #1f79b6;
            background: #3498db;
        }

        .jquery-fileupload .filesname .bar {
            height: 18px;
            background: green;
        }

        .jquery-fileupload .filesname .error {
            font-size: 16px;
            color: #a94442;
        }