/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9f54e66e-898a-47be-9c8e-5c2ce00dcb11) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b0b915e3-0312-48b6-8c31-22c1eb53daf2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d25e252e-8a74-40e1-bda8-982ea80d8ca9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c1864a28-0bb9-4600-8763-fd81e9804d6d) 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 {
}
