/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4c7671a3-a936-4125-bd0e-5b704d86cc9b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-61d14f55-042f-40fe-89ba-349d39eb59a6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c48611dc-31e8-4570-b6aa-ae0b1d698c42) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fb84b7f1-a35b-4d8e-ae62-22fdf594a26b) 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 {
}
