/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-11b81250-c197-458f-9ca7-d9b299e0ec87) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cf23e366-80f1-476f-b168-96161ae229a1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0ee7d6d0-8d6a-481b-b420-91bb334cd341) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f3ac5c9c-fbf4-47e9-b11e-3f1ea04424e9) 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 {
}
