/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1f719092-9f4e-43a7-90fa-fff33ee48a23) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-46673e5a-c6ba-4dcf-9b97-3bc9fa9ab053) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b24edacd-1298-416c-80c8-1d985c20793c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0d79a204-3f08-45d3-b787-319e68622002) 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 {
}
