/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b2ac1364-33ba-4eea-8705-26b74fbd0625) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4c47bdbc-0b57-4c79-9394-42f78970b54d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-64791e15-2bfb-4f36-8bff-c5a4707d7b5f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6e179134-ffdf-4270-8ee2-d53dc8528fbc) 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 {
}
