/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2fec2819-ee1a-4a5d-a457-f388ac26c109) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cad6f0d5-8b12-4ff9-a335-d851dd62802b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f8ecc881-f7c7-4a3c-8288-9b33f77c041c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9d009858-6a36-4907-a6e0-d72bfae94cb3) 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 {
}
