/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0b7b2c72-7099-432f-b892-36d12d05937b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b899964d-9d2e-46cb-95ff-6c2805f16aa6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-036be277-ef22-4823-b11d-6aa4fb20e4b0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1ffd0d9b-98bf-4b7f-9ba2-b355f59d1abe) 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 {
}
