/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8dbdc36f-3c47-486a-8393-7362d2067f8a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-34856565-6523-4e93-a6d7-1f9b10c85932) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e94125f2-5985-4ce4-8107-ce9e08c5f41e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-592ec8ba-3f94-46e6-865c-d8cf66b5b7a7) 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 {
}
