/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e1199dd-f0bf-481b-bd57-af9cb0ddad02) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-766ac53b-c3b7-489f-815c-eb0f03883a4f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-abb1fe2b-2c85-489a-be79-23c6dcb1d292) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bf2c4ae6-47bb-429d-b694-15c6654d5b35) 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 {
}
