/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b8ad4eda-f3d5-4dfd-99a3-b7f5130a6cb3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-12968337-51a6-4819-abaf-aa4affc2add9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3f63e0df-d9fe-4082-9152-d3239a9153ae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-24be9883-87d0-4412-a163-1e85399a1bc4) 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 {
}
