/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-21c0da9e-a123-45de-a248-9892819f4b72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c73b11a7-aafc-4682-898a-3069670fb1ee) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5f2f9b6-8b60-459a-a5d8-41efa76edd2d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f0a41696-b3db-4f51-bdf0-3cb11f674ae1) 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 {
}
