/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3634188e-30a4-4827-9390-bf81e3b3fc0e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-51b652eb-5cc6-4a64-841e-3160c73d118c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5fb9f81-099f-4e78-a9b7-5e3636856529) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9cff1a07-e337-4401-8774-1b60acc84622) 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 {
}
