/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c215faa7-f53c-4cab-bc6f-037521156617) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eaa19f1a-418b-4b08-9b8a-e50ccf6cbe67) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-087e34e5-187f-4b9a-b745-e23f20c1e233) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a3d79be-27fa-488b-8901-92875a08c993) 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 {
}
