/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-70859e38-0415-4b9e-9c41-62429ffcb4ca) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6b1607d9-c775-482f-bf92-ab6a558bce21) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-80b2d3e5-ac03-4e1d-a793-d5787f1d95c2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-21cc9abf-6db5-4cc4-8f83-ba337aa2fdcf) 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 {
}
