/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3c358758-b6f0-4834-aed9-9d19fee5ffd2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-259914e4-a5ff-4106-a36e-63747bd7cd55) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-be540658-90ca-4aa5-a123-8dfb727c9285) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-07dc2fcb-68ce-4e3b-ab03-a77dbefb61b1) 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 {
}
