/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-be9eb0ac-45a3-4673-a19d-663a6ecb751b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c7a07a44-91f4-44d8-b432-77fa529c57fa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-56a40f3f-8504-4416-becb-9a8f0e8e9aa5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d4c9081a-d15e-40ae-aece-c1b562362aa5) 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 {
}
