/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6c51afc0-bd57-4614-84ac-25a7ebed79d2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8e16941c-9a9d-4326-b258-e369ac88276a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a4fd99bb-96bd-424b-92f4-f8fbec757c45) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-00e49a62-5a97-443a-a4b8-c0d236419988) 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 {
}
