/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a68ccbca-f1da-4442-9dfb-636c92b4f3e3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf15bda6-e493-467d-979e-587601a63be1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f3b2ff81-98ee-4afe-b4e3-ca76e4cd114c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3d505ef4-1232-4e3c-8de1-08741b4f45f8) 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 {
}
