/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b14a7675-74b8-487c-8150-5712bc4cb3de) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-faa06599-900b-455d-8053-87ddc4e232c2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b819f8cd-9e28-4f4e-9aba-0aabcaf84a4e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e4f369d-e611-47d2-bf85-2ba2ce91c35a) 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 {
}
