/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-45532773-4600-4f5c-ba94-dd3a5ce123dc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-28646bd4-a64a-4d87-96cf-47080a700426) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3dd13ea2-66cf-4a4d-b5a7-0dfd36aa334d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3cb1b1da-4c7d-4d6b-bb89-06f561b83221) 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 {
}
