/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-04c282c2-dbd3-4bf4-b525-32a874ce15d3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-11c56be9-9203-462f-94a6-bfa7e355277a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c4becd8a-8c6f-4e2f-973f-b781c3bc15a3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-857947b1-cccc-49ff-b063-409198876691) 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 {
}
