/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fda16f43-858a-4a93-acaa-c2489f0d4575) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8541734c-9eca-4311-98b2-8e6dd88c858c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-11d04715-8943-4190-bc44-dd4aff3dfdd1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e483f68c-153b-480a-bce4-d017f0b0b0a9) 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 {
}
