/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c174ce6f-cf3e-4464-9947-839d9878ab27) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4a0fa68c-ae4b-4c19-8235-43de063eb982) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-36122b46-770b-4da8-80e5-1eeb87029a2c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6b08e2a-b991-413a-b252-63c2c4ca4f07) 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 {
}
