/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20ce6133-e66b-433b-b2b2-7540fc4c06d3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-778b6591-95fa-42b8-886e-c242d19153c8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-838225d6-98b0-40c4-a0d2-592ca6e41fd8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-119e5c29-2a32-40d0-a145-f944deee7dc0) 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 {
}
