/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bffdaba0-5b88-4409-a4b9-4182e3c793fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bd502a28-43f7-466d-bf95-d37e11f997e7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e9371c68-68b9-47ca-a443-50f3cefd3081) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8292b2d9-6e43-4cfd-a6ed-6b7f7a98aace) 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 {
}
