/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-78b97f61-af63-459c-9b3d-6bcc4f9aa75c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1fe32ddf-a811-419e-9c2c-0f6a00f679fc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e7f8d689-467a-4422-9f5f-40c97c248579) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f18579ac-1151-4531-a0dd-da8f8f7d93d4) 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 {
}
