/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e54eeb3d-34c5-4606-b592-b3a3bfd9c5e8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fb2fb97e-c13b-49ab-a412-4a6128f275c2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-10c216c5-b106-4839-9b79-a0f49cdd06cc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8863ce6f-f7ba-44d6-a0f9-23b4bb32b39c) 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 {
}
