/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-64c03085-956a-4f3f-b9d0-817b02475546) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba032f01-88f2-424c-b0da-feed55b1a94c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4cd30131-b447-47c2-bde0-3e0458a97a88) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0f700780-dfa2-408a-8a53-c61c372607b9) 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 {
}
