/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e3517e01-97c7-4089-9e38-4de76b6663a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6e3eead9-323c-4c07-937c-79f30746d462) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-45238437-2a3e-41a4-81d0-c185cb2c1e95) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d890fff6-2a4e-4ec3-8a73-50921889054a) 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 {
}
