/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-75589128-629f-4d28-ac41-2fa6989abb4c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a2a68971-96d0-4c63-b7c1-37c0cf786bdc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d2cb3f6c-6cf2-417c-a058-0c927b5f8c23) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-99517b3e-fa1c-4386-99fb-ee0f4be8fc34) 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 {
}
