/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6f580469-1f57-4bf1-a383-566d929431f3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-56c6164d-16d5-494c-9079-12271c835e70) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c8d4555e-1aab-4c99-a9f0-11ecee5670a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1ff5a803-c7aa-4be7-8b21-fbbf5a9fba88) 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 {
}
