/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ad7e37ad-1015-480a-b38f-2ea06f08abd8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-61dc05e8-30b8-4bfa-8d3c-efdc13864cbc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-991567e6-680d-4ac5-88fd-316bf6f91ac0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-63338d65-aabb-42a1-9d48-9f323abdde91) 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 {
}
