/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-378a5efb-3069-4ca7-bffe-e6a207754943) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4ea46ebf-a038-4ae1-b6ca-f5b373b71331) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5f64d4a-daa0-462b-b26b-3cb4a42d54c5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fe93dcec-6815-483b-97b4-d326e09d6e5d) 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 {
}
