﻿.uc_attach_out
{
    width:530px;
    padding-top:20px;
    text-align:left;
    margin:0 auto;
}


.up-in {
    display: inline-block;
    position: relative;
    width: 101px;
    background-color:Transparent;
}
.up-label {
    background-color:Transparent;
    background-image:url(../images/icon-upload.png);
    background-repeat: no-repeat;
    background-position:0 0;
    color: Gray;
    cursor: pointer;
    display: block;
    height: 44px;
    line-height: 41px;
    font-size:14px;
    padding-left: 10px;
    text-align: center;
    width: 100%;
    padding-top:0;
}
.up-progress {
    background-color: #7bc147;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 44px;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 0;
}
.up-uptxt {
    color: Gray;
    font-size: 12px;
}
a.up-booktitle {
    color: #13954a;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height:auto;
    line-height:inherit;
    text-align:left;
    margin-top:10px;
    display:block;
    background-color:Transparent;
    position:inherit;
    opacity:1;
}
.attachsize {
    font-size: 12px;
    margin-right: 10px;
}
.assattexts {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align:left;
}
.assattexts p {
    color: #828282;
    font-size: 14px;
    margin: 3px;
}
a.assattsupp {
    color: #33badc;
    text-decoration: underline;
}
.ass_supp_out {
    background: #edeff0 none repeat scroll 0 0;
    border: 1px solid #d8d9da;
    border-radius: 5px;
    display: none;
    line-height: 22px;
    overflow-wrap: break-word;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    top: 53px;
    width: 300px;
    word-break: break-all;
    z-index: 1;
}
.filetag {
    left: -2000px;
    position: absolute;
}
.transparentLayer {
    cursor: wait;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}