/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-85e0ba34-7728-45e6-9984-35c94b10f8c8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-433adbf5-f030-4470-95e4-cc410bf9906d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-44eaa292-a959-4052-b9f5-40e33abdadf1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2ab80986-f1e7-4cc6-8bc4-519ad20ebbeb) 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 {
}
