/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7a56c662-f132-4573-8653-25bb943d9a8a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-80af49b9-2335-4602-a3dc-6990faa09241) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-33177261-0250-41b9-b803-0b429832131a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-87e35cfa-f9ad-4b80-b113-934e54fdc698) 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 {
}
