/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c99259e1-dfc7-489b-a8b0-32346defb0bd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aba7e87c-5de5-4a03-b78d-83d418e9c4f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-73e2b849-a23c-4769-b3e0-c2813bc1bca6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2a53255f-7b49-4088-a26c-3b7aad453654) 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 {
}
