/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-12223c36-9145-4625-bb83-2a0af73da610) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-af1aa37e-e2b7-4aa7-abe4-7dc247099cf6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b16b9e2a-8c29-4a37-ae1a-4c7631be9b05) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c093b371-9e91-4622-8dd6-f52543990557) 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 {
}
