._ImageEdit {
    width: 400px;
    height: 300px;
    
    /*
    max-width: 600px;
    max-height: 600px;
    min-width: 200px;
    min-height: 400px;
    */
    
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    text-align: left;
}

._ImageEdit .ImageContainer {
    /*
    width: 1px;
    height: 1px;
    */
    overflow: hidden;
    /*vertical-align: middle;*/
    /*text-align: center;*/
}

._ImageEdit .ImageInnerContainer {
    margin: 0px auto;
}

._NoImage {
    background-image: url("img/na.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
}

._BadImage {
    position: relative;
}

._BadImage2, ._BadImage:before {
    content: "!";
    position: absolute;
    display: inline-block;
    color: #FFFFFF;
    background: #FF0000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    
    font-size: 30px;
    font-weight: bold;
}

._BadImage2 {
    position: relative;
    z-index: 10;
    margin-right: -40px;
}
}

._ImageEdit ._ImageEditToolBar {
    padding: 2px;
    background: #DDDDDD;
}

._ImageEdit ._ImageEditToolBar .separator {
    display: inline-block;
    width: 10px;
}

._ImageEdit ._ImageEditToolBar ._Button {
    padding: 2px;
}

._ImageEdit ._ImageEditToolBar ._Button img {
    vertical-align: middle;
}

._ImageEdit form input {
    min-width: auto !important;
}

._ImageEdit ._ImageEditImage {
    display: inline-block;
    overflow: hidden;
    border: 0px;
}

