.img-bg {
    background: #999999;
    padding: 5px;
    margin: 5px 0;
}
.color-red {
    color: red;
}
.img-edit-container {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.img-edit-container img {
    max-width: 100%;
}
.img-edit {
    float: left;
    max-width: 120px;
}
.img-edit-list {
    position: relative;
    max-width: 120px;
    float: left;
    margin-right: 10px;
}
.btn-edit-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-attach {
    position: relative;
}
.product-attach .btn-edit-img {
    position: relative;
}

.note-editor.note-frame .note-editing-area .note-editable {
	//background: white;
}
