/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-223cc19b-f099-49bb-81a3-a6e75b336a2f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3581f14-a9b3-4d64-a0ab-963b035bc983) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-93cdff6b-5754-478c-b1e2-913d7ae96024) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ea45e3c2-9c77-441d-9973-0d69c5b773d5) 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 {
}
