/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-320aec74-fa10-4bc8-a153-c82e75c4acc5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a4ccad6-4fba-41c5-ab7f-551a35712c10) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5eeb3c74-4740-499f-b3f2-64745ac33a63) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-61d6b297-c0f6-4f08-a0ec-df3ce502616d) 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 {
}
