/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0d654459-e32a-4b59-abbb-9bebc474907b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-de087db1-c629-4884-b579-5f802a6916d1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0795c101-56b1-477e-a550-5930eef43dac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7cfad3e5-fa05-477a-b43d-c79740a94d78) 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 {
}
