/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9bc88559-6cda-45b0-b7ad-b5ea4756875d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f5b8cb0f-6020-4192-97bc-e7b31ac344f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ab9fdcc9-e762-45a8-b68b-c5d024516ac1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a9447112-049c-48c9-bc39-38ca6be72f69) 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 {
}
