/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b82ca3e-7e50-4cf1-b38c-311b3d2f030b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3377bdb3-f48a-417e-b0cd-8aaf0f174e81) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7900e8d5-90c5-482f-bdd6-8cab60787aa5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8b23a118-8acd-4fac-b6ec-b7591261e476) 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 {
}
