/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4a5a4e7f-fe9f-44f1-a154-ee7d75e87421) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-87b7b601-dcaa-48c8-b2b5-d9d1b1738a90) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0d89eff9-451f-4b0a-afa6-a99191186982) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-08144873-cffb-4433-9efe-129f7979dce0) 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 {
}
