/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b432e24d-2ca4-4a87-8443-e5b8c79295c8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5c3a601f-643b-416e-8038-e91e259bcb37) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cd647860-d9b8-412d-af4d-39a201caa3fe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a218c905-c748-4c3b-981b-57983d48a752) 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 {
}
