/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82a23419-caf7-4df0-bd44-2445a24c67a4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b4d7b3f0-7a76-47f8-8a23-ef4b8f8e9ceb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a47ddf25-a673-4a2e-b2fc-62a290557261) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9cddebb6-4abb-408f-a307-c4d678d20b04) 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 {
}
