/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-481b5f69-5af8-4301-b578-5e493d5b1f11) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-805c40a6-4c7a-4282-957b-8b47d2842c1e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-92fb1a9c-1689-4688-b036-9c8eff8e4690) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ee099eb2-9a99-4414-b8ab-1fb05b12f71e) 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 {
}
