<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-071a5e6d-5743-4181-8667-66bc799a8738) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-279fae6c-9a77-46c0-bf95-47bee3f620e1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9256c79e-2aa9-4f1c-a372-211f184b7c4b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d01a272-b73d-43fa-84c1-86e8e9d1d67c) 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 {
}
</pre></body></html>