/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b3d1399-fc67-4be4-abe1-401bb5f1fe9f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0e89d79f-f472-44eb-b32b-9242b7e1f868) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7f9b198-0a6b-48fc-ae24-063620f533b7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-182eca30-1b4d-4b1d-a203-d7a0e8d88221) 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 {
}
