/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3c13f6ba-71c1-48b0-9c87-5eb49695e137) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9a1fd2ac-dca7-468b-81a8-b3524a31f450) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b75191bd-a910-494c-a72b-49fdd6aaeca7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-292b0b69-f455-49a3-9c2b-aef4aa366af8) 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 {
}
