/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b45dc93-647b-44e6-8fe6-b229078b1d63) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-656f3264-6c2e-40fe-ae9e-59a2ac6c1636) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ea053353-94ce-48da-965f-e04b0dad053d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ef9a98c3-eeb1-4b32-a7d5-609bd5af5eb9) 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 {
}
