/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52656168-b298-417f-8252-74ccbc7d9647) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c6b9faca-f86a-4aee-8061-d9921b3a3c4f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a46ae992-f594-49e1-9253-959bae961310) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c90f6d19-cbe8-420c-93c1-aff5c98fdfc0) 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 {
}
