/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c24f9b83-c732-4af1-ba6d-ab3e0a7ad7e8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9e153f01-c6dc-4890-8fff-b1b5ac9ccc65) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-08300d9f-b6bf-4e9e-a731-136f68ac9588) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e0163089-f263-4aff-8063-1097c890b56d) 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 {
}
