<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-39e4befd-4f8b-405f-a94f-745ecb916e52) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-441c022b-9f86-4f09-8f35-0febe3b8bce2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-44d7e3f2-6608-4e1c-a37f-241f65883eab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-28ac8665-7518-48fc-99ee-4585607b0c5b) 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>