/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7067b4a2-f353-4c4d-a1da-34d830edad0d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-04b84558-1dfc-43ba-9e39-c99d7d4662ab) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1950459b-246f-4001-ba2e-65b1de544821) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e6bc0f5-8325-41d9-b91a-8f5bf20383cc) 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 {
}
