/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d19495a5-2060-4642-814d-bf446202e840) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-119eaaa4-924e-42a7-8515-31a9145ee385) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2d03a86d-0084-40da-bece-ffedf337c785) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2912f968-fb41-418c-a236-7e9a9a618da1) 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 {
}
