/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f85fd0a2-bed2-4181-ab0e-c687234e18d7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a702b1b-7ac7-4c7e-949f-58e1baad2331) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-67f3659f-04d6-4a77-8e11-52b13f3a0315) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f7bd2b4f-d6a4-42cc-aff1-da46faa74153) 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 {
}
