/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-035f66a2-940b-4c17-9297-73d39f089897) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fefaed21-4ba0-44c2-aac0-b7fc1750daa5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a88d0d11-4761-4bd5-b88c-e40caba36378) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-065762e6-b20c-4001-9d36-6c7674d74963) 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 {
}
