/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ca4d5ff-6ccd-4769-a54f-06b5a1f437a7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-268f49be-4ebd-493c-8bea-66fa1496dde4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ab1f8dc9-8d09-4b25-9f65-1f3b4b7f63d1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0683ba09-4914-44ca-a484-315a87efbcf4) 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 {
}
