/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-07538e80-abcf-426e-a4df-7b947ba3c1d5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3c781cec-d2c3-49c6-880c-2521eac65ab8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bc43ce5c-a59b-4ff6-acba-37d6b22c3d67) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-36776004-80b8-4349-8342-31e7faf05fe7) 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 {
}
