/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9dc691b5-7083-402d-a8a7-921213d0cf7a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d6f45adb-84d7-48d0-a19c-1807539396f5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cbcb4fc5-8dff-423d-99ee-2a2e3eb10b5a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b8e8cbf-4a30-45d8-9e03-111996e41018) 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 {
}
