/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8015e929-56e1-484b-888c-fa1f77f78bef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e64f9834-9ec9-40aa-9650-793f55404d7e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a35e35e4-261b-47a3-a580-70d841eec0cd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bcd56ecf-f068-43bc-9bd1-f8fe62760122) 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 {
}
