/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6d43132f-0a2e-4862-92b2-1ccfe97f5a57) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf3b6d4a-af18-44ca-836a-8072a0827b7a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3ca0e3ec-9bd7-4956-b9ea-4dc85c6fb41a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-157df25e-b075-4ee4-bf24-045fbf251bb0) 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 {
}
