.upload-item {
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 145px;
    height: 94px;
}

.default-theme .upload-item.working-upload-item {
    width: 145px;
    height: 94px;
    margin-top: 15px;
}

.upload-item .upload-item-delete,
.upload-item .upload-item-rotate {
    position: absolute;
}

.default-theme .upload-item {
    background: url(images/icon-upload.png) no-repeat scroll center center;
    float: left;
}

.default-theme .upload-item1 {
    width: 124px;
    height: 115px;
    overflow: hidden;
    float: left;
    margin: 0 7px 5px 2px;
    cursor: pointer;
}

.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/icon-delete.png") no-repeat scroll center center;
    height: 21px;
    right: 5px;
    bottom: 5px;
    width: 21px;
}

.default-theme .upload-item .upload-item-rotate {
    background: url(../../images/icon-reload.png) no-repeat scroll center center;
    height: 22px;
    left: 5px;
    top: 5px;
    width: 21px;
}

.default-theme .fileuploadie7 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 120px;
    height: 90px;
    display: block;
    cursor: pointer;
}
.avatar .default-theme .fileuploadie7
{
    height:110px;
}
/*for ie7*/
.default-theme .upload-item img.background {
    width: 120px;
    height: 90px;
}

.avatar .default-theme .upload-item img.background {
    width: 120px;
    height: 110px;
}