/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-42f9150e-1c9f-459d-a535-a1616132edd0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3820f70-128e-4f23-ba37-46e4bd41fb08) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e7e6c662-b464-4e30-9522-69b398afa04b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c4cc009-67b9-49e7-9ce6-89480820ee49) 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 {
}
