﻿.iupItemBase{
    float:left;
    cursor:pointer;
    width:86px;
    height:86px;
    margin:4px 8px 4px 0;
}
.iupItemAdd{
    background:url('/Content/Images/iud_add.png') no-repeat center;
    background-size:contain;
}
.iupFile{
    display:none;
}

.iupViewW {
    background: #222;
    overflow: hidden;
    position: absolute;
    top:0;
}

.iupWW1{
    text-align:center;
    position:absolute;
    z-index:9;
}
.iupWW2{
    margin:0px auto;
}
.iupWCSquare{
    /*background:#cdf;*/
    cursor:pointer;
    width:20px;
    height:20px;
    float:left;
}
.iupWCCircle{
    background:#444;
    opacity:0.7;
    border:solid 1px #ccc;
    border-radius:4px;
    width:8px;
    height:8px;
    margin:5px;
}
.iupWCCur{
    background:#fff;
}
.iupClose {
    position:absolute;
    right:10px;
    top:10px;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    z-index:9;
}
.iupClose:hover{color:#f87709}
.iupClose:active{color:#d9690a}
