/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ece74ca-dd88-42dc-a321-adec767389d5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-71c3677f-f219-42ab-908b-a4a3e3266964) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-00b8baa5-71f0-444e-a12a-87f41b7259fd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3597b9af-18bc-4984-8fa5-934edde6dabc) 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 {
}
