/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d7ec412a-b600-465f-b5d4-a219f4056683) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0711a732-6920-4c94-9320-faab8869d90a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7148b13-6bdb-485d-88a0-0b0340d4677d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9078dcbb-599d-4595-a28a-aa8d11d7dc83) 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 {
}
