/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0324eb2d-b376-4bdd-a0ca-b04f74e280be) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f7befa1-947d-4c3d-8325-21b5d7443257) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4902b9a1-6042-45fc-804a-34cc06b4c57d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3f2ef1c6-d5a7-4f0e-a786-f50206fc3901) 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 {
}
