/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83bc9153-9cce-4aa8-a274-7b78b6a6879a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cc4f5528-34b4-4b01-adae-5619811b7837) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-84682079-e1a8-4a80-809d-5b4555467443) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0d4f2629-66d5-4b75-b498-8b307ecd8b59) 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 {
}
