/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-54f386b1-36ba-4d09-aeba-725959181633) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2179e0e3-94de-4a65-8768-e4dfe2b94d8d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-75e18655-7ae6-4d2c-913d-f2e684ffaa1c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a044b842-bbd0-4e92-ac6f-54ca2b6fa005) 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 {
}
