/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ccabebc5-3062-4fbd-9ad3-be24fd4e7e5b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf7187b3-e3a0-416f-ab6d-cf9666cdc757) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4f9af239-8ae0-47e8-9dbf-2aad04ede443) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0c65be02-93c2-4528-b3a4-741ea3a30ec2) 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 {
}
