/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4863cca3-6d31-4043-a81d-0dae5c23488c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-98999af8-f190-4b0e-b79c-1e098198878d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-65855ab6-9880-4b11-8660-eb94cb9fbc3c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d0225322-b4c4-47c8-b9b5-b434eac7234a) 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 {
}
