/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url(border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}
#upload_status { display: none; margin: 10px 0; }
#upload_progress { display: none; position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; margin-top: 10px; }
#upload_bar { background-color: rgb(241, 222, 0); width:0%; height:20px; border-radius: 3px; }
#upload_percent { position:absolute; display:inline-block; top:3px; left:48%; }
#image_area_select {float: left;position: relative;overflow: hidden;}
#image_thumbnail {float:left; position:relative; overflow:hidden; width:100px; height: 100px; margin-left: 10px;}
#loading_saving_thumb { display: none; position: absolute; background: rgba(255, 255, 255, 0.76); width: 100%; height: 100%; z-index: 100; padding-top: 50%; text-align: center;}	
#existing_image { margin: 10px 0; }