/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-edb9acd7-b663-49a5-a84f-99eb69c1cf85) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf2f48fc-64ad-4fbf-93a7-c1b9d7f25508) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ed9458e8-0962-462d-852d-135198e5b955) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-44cd630a-26c0-4f0d-8a98-bd30f8c1f25c) 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 {
}
