div#image-crop-overlay {
    background-color: #ffffff;
    overflow: hidden;
}

div#image-crop-hide {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}

div#image-crop-outline {
    /*background : #ffffff url('outline.gif');*/
    border: 1px dashed #000;
    overflow: hidden;
}

div.image-crop-resize-handler,
div#image-crop-overlay,
div#image-crop-outline,
div#image-crop-size-hint-background,
div#image-crop-size-hint-foreground,
div#image-crop-hide {
    z-index: 20000;
}

div#image-crop-size-hint-background {
    background-color: #000000;
}

span#image-crop-size-hint-foreground {
    color: #ffffff;
    font-family: 'Verdana', 'Geneva', sans-serif;
    font-size: 12px;
    text-shadow: 0 -1px 0 #000000;
}

div#image-crop-preview-holder {
    -moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    border: 3px #ef2929 solid;
    box-shadow: 0 0 5px #000000;
}

img#image-crop-preview {
    border: none;
}

div.image-crop-resize-handler {
    background-color: #000000;
    border: 1px #ffffff solid;
    height: 7px;
    overflow: hidden;
    width: 7px;
    z-index: 1000;
}