﻿
#fileupload {
}

#spanLuuY {
    padding-top: 8px;
    padding-bottom: 5px;
    color: #fc0000;
    display: block;
}

.upload-item {
    position: relative;
}

.upload-item .upload-item-delete,
.upload-item .upload-item-rotate {
    position: absolute;
}

.default-theme .upload-item {
    display: inline-block;
    /*float: left;*/
    height: 59px;
    margin: 0;
    overflow: hidden;
    width: 93px;
}

.default-theme #secleimg {
    /*background: url('images/icon_upload.png') no-repeat 10px 6px #015f95;*/
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #015f95;
    cursor: pointer;
    opacity: 0;
    width: 0;
    z-index: -99;
}

.default-theme .working-upload-item {
  
    /*background: url(images/backgroud-no-image.png) no-repeat center center #ffffff;*/
    background: url(/images/post-image-add13.png) no-repeat center center #ffffff;
    width: 99px;
    height: 62px;
    border-radius: 3px;
    color: #fff;
    padding-left: 38px;
    line-height: 30px;
    cursor: pointer;
    margin-top: 5px;
}

.default-theme .upload-item-loading {
    background: url('images/upload-loading.gif') no-repeat scroll center;
}

.default-theme .upload-item .upload-item-delete {
    background: url('images/upload-tool-delete.png') no-repeat;
     border: 0 none;
    bottom: 0;
    height: 24px;
    right: 5px;
    width: 24px;
}

.default-theme .upload-item .upload-item-rotate {
    background: url('images/upload-tool-rotation.png') no-repeat;
    width: 24px;
    height: 24px;
    left: 1px;
    top: 1px;
    border: 0;
}

.default-theme .fileuploadie7 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 90px;
    height: 90px;
    display: block;
    cursor: pointer;
}
/*for ie7*/
.default-theme .upload-item img.background {
    width: 90px;
    height: 90px;
}




