/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9379b1c5-82c4-49d8-b6f3-7e24eb2132a2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-58fd91b7-77cc-4a20-8fc1-73ac8975c906) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-27add03f-3f2a-4408-a678-81a7e60a22ff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dc984624-eef1-4b17-8f71-68bc5915c54f) 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 {
}
