/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9dc8ecee-c768-4649-ba6b-173503142a5e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-399c0f80-b8b6-434d-abfd-bc90063ed8e9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3ccbb518-daff-4ecd-9313-584283a054ae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cc4b8e9a-6498-4cd3-8742-353868c5df67) 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 {
}
