<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-fee6a3fa-77e4-4297-ad66-76f86b3f969d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2e6621a2-6c92-4f3b-ad31-3a467d2019e0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0566ad7c-4244-45ff-ac2b-95cb05acacd1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0424aa28-acd8-4a23-b3c6-4bc6eae610e2) 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>