/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a88799ee-d64b-4bf8-91aa-dd405aaf715b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dffbe83c-18e3-47d1-9fb3-2f68b3a67687) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7c8430ed-3210-47fd-b7a8-3857091cf89a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-022b1dae-1a66-4f48-bdd1-2d064445c593) 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 {
}
