/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e70b0181-d3c6-4bb8-9bd9-e740e7861d11) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a4034b9-352f-4095-8a5b-8d89651faf98) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7cf900ab-07cd-4c72-9513-1d2c6a466f7c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cc363351-0cd5-4c0c-b88d-b950f31cf07d) 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 {
}
