/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e2a9df4e-8532-408c-817e-f3e2d8a572b6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-485bcd14-3eca-4618-b725-a0e18eda68a2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-22006c15-eac2-48e7-bb80-820300a7879c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e2d21f4d-f2c1-4f45-b560-600ce5e1f06a) 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 {
}
