/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7ac77832-04ce-4cab-b9cd-62eb23629275) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-383c0a85-242f-4294-a9f8-ec6ae343cc42) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c96c2db1-bdba-4455-9886-0ca0cbc652f7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2c3780f5-1ee4-43f6-b79c-72a06ccb6b37) 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 {
}
