/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9c864731-fe30-4834-844f-75c1a7c75d37) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e64ff867-ed64-40f0-b0db-cbb6040c098a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7c3b0ab5-0a5b-42c2-b124-fdb3a1ad93f2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-09090b51-0ce4-4598-8e3e-e0d91d697cd1) 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 {
}
