/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-390ca86e-3e81-4451-bcfa-c23bb645e35d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9e587ace-9885-41e9-8bd2-5071728ed57a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-380d629a-1b23-47f9-a2a8-1540337b84eb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ab57b009-4e7b-45a8-b529-eb8f37a3b0a4) 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 {
}
