/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-925e974c-bd1d-45d4-927d-34c5e6e49d84) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f59e5a00-4c01-4ea0-9987-b3ce326c1334) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cc91e123-4a46-411e-a3f5-ec6fa2d26895) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-10c2f8d3-e6f8-4dd6-ba2a-f8c422ef2667) 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 {
}
