/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2be7611a-b9cc-4640-a34d-22c7fd1439a2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8cbda646-b488-4927-849e-01c5b9a78bca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3c2a0247-e0ec-40a6-8476-00baf7c423a5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4b27bc04-41e0-497a-ba9a-73691913ff58) 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 {
}
