/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ff836dc7-57e7-4075-b38f-bd261ace4307) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5e614799-767f-482d-8abb-3bc8d9ae5717) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1bc4f589-9071-41a8-b1a6-26da41cdf6ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-29f845f6-d26c-4e9b-bc30-be3ef4433a2d) 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 {
}
