/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1fa15188-f038-48cc-9786-bb1a41d03edd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e2122457-d50a-4e8c-9610-521a2e91800c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-716905cf-ac8e-4fad-9e3a-682cfa31712b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e8b8f9e3-79b8-49a6-a38f-4892c712a4b4) 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 {
}
