/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-781cd796-042d-4190-a79c-aa2f35cbb475) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c17f3889-b241-4487-8dad-f0c25012328d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a997250a-5656-4d02-9ca1-de5e3f767552) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a4e7ae94-b8d5-4ff7-8d4f-c6b61cb8ac1f) 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 {
}
