/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ba8fb1b3-cc42-4849-8740-92683902bd39) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e263af19-a05d-4d5d-b4dc-fb46f07c3467) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f1a9589d-6ae5-4216-a266-4271141c9fc2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-65b64c82-1f2c-4ece-81d2-05b27a392760) 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 {
}
