/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52dc7e4e-b584-49c7-a24b-2f41a9d06626) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a296293d-db3e-491f-947b-1834056db392) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c722e436-51d6-42e4-9b18-dc90b99754b9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5bc53c2a-41e8-4751-90b4-79e6b6dfdbf7) 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 {
}
