/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fd4428dd-de30-4df7-b317-58d40f89a419) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-12d19bea-d36e-4a06-b54d-8714abd5b848) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dad700b2-954d-42cb-8265-e91cfdabf098) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1d619c04-a8d2-459e-b241-1048ce4e3532) 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 {
}
