/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aad06709-1e5a-42b6-817c-f58a771deb68) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-13da6bd5-506a-4918-924c-dee2c81aa0c1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c44d4f24-8875-4af0-8845-b12d87ced9ce) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67b26023-1cb4-458b-84fd-a4c08f1e9058) 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 {
}
