/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-443cccd1-7963-4052-98ef-b3744b48bb60) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6207ac14-65c9-4998-b4a3-1137f9d7e384) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-08d77d29-9946-46b5-b6f0-e667eeb55699) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-15bbd210-1543-4eaa-b455-bc30d007d906) 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 {
}
