/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-714801d6-4ef0-42fd-9417-4930b1f105bd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b2007245-359e-4975-a7c1-0db8aa8abc52) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b914dbae-f72c-4783-b549-d7be53fbfa48) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-aaecb72d-03d6-4169-930f-fbf895ec3604) 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 {
}
