/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3045b0c0-02cd-42b5-a113-0d5bc4b77956) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ad3a70b-9c69-4b2c-9eff-85292db9252b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-568cef60-f248-4996-9b29-4392f6095be2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-69573e6d-7acc-471c-92ad-d688bac8ddbd) 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 {
}
