﻿/*upload start*/
.upload {
    /*border: 2px solid #b0b0b0;*/
    /*width: 400px;*/
}

.file_real, .uploadBtn {
    width: 0;
    height: 0;
    display: none;
}

.upload_ctrl {
    color: blueviolet;
}

.att_del {
    cursor: pointer;
}

.attsep {
    border-bottom: 1px solid #eff5fb;
    word-break: break-all;
    word-wrap: break-word;
    /*padding: 6px 7px;*/
    background-color: gainsboro;
}

.uploading {
    margin-left: 10px;
}

.clear {
    clear: both;
}

.n_imglist {
    width: 0px;
    height: 0px;
}

.uploadContainer {
    width: 400px;
}
/*end upload*/

.imageDiv {
    line-height: 28px;
    float: left;
    width: 70%;
}

.fn-right {
    float: left;
    margin: 0 1%;
}
