/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dac88aab-2bf0-4a0b-9a8f-05861e24e661) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bfaf6c16-8819-4208-b3ce-68b98fc38124) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-53cf99d4-3a56-45ea-ab8b-d89175fb1bfb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ad0f1e14-9412-47ff-b128-bd75d8170054) 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 {
}
