/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a06aa961-f023-4b16-adf1-03ec05bb4530) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9b098ea0-aa34-4924-9f2b-6b2ec7e93d1a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cffb2d3b-0623-4b32-a0bf-500a56158e7c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-01697c9a-3133-47dd-a1a1-9b453fbc1e9b) 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 {
}
