/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2988fccf-84dc-41f1-9f0a-17c5f3929858) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c1dd323a-4564-43fe-95e6-2d7a0f9e1163) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f07b397b-fcc7-4db0-80ea-295c059fffc3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8e6d5135-abd2-405c-8de1-fa1a5e287ea3) 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 {
}
