/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-176855cf-b499-4611-b553-01dcfcc71325) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2f4ff34f-998b-4e46-821e-f5cd330a4aef) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0b0c1c43-ed51-42a3-aa80-d1aaadbe95e0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5cfb2bb7-17f0-44cc-a388-1f391f044fd7) 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 {
}
