/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f5e2a864-f9a8-4b6c-b9ba-a929cb22d5de) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5b10d946-574c-4f40-8821-3a9ddf4de7f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0faa899-6ee6-4b2c-b338-9101b6f3616b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-449e5e69-6ff6-4a4b-a172-83a71c66026a) 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 {
}
