/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aeea0775-8ec1-4cf7-84b5-d27c921d864c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-80247050-c4a4-4f28-8a2d-98fb5bbaae60) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-72191b06-5516-4951-a6bc-492719b6498a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f35e0b10-993a-4839-afaa-a14303d441b9) 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 {
}
