/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c8ac4866-6ff3-4473-a30c-7f497d5a5d5d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-89d6380a-b9b0-4175-9d2d-fa5a03a08fd0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-06519482-0284-4a04-854e-ac328dd51d1d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-74f2b556-559a-4157-98b5-5b7b3b70ba5b) 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 {
}
