/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ab20e999-41f3-4503-a999-76f932bc6320) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c9e648a4-40ed-468c-a3c5-6c65b63ce491) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-82a9413f-4818-4df5-ae93-9ec20ebf1de2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-03cf9de4-9500-4db7-9392-d717fe17b875) 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 {
}
