/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-48ade411-a853-4087-904b-e47a5d3c94a7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fd3d66b3-a21d-4ac3-a2b9-7bb81619ce6c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f0fc8eec-c174-4054-89c3-f98b095f5a90) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5880a518-5550-4c06-bf2f-4ab4b67c572b) 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 {
}
