/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-352cd12c-4749-415b-a850-f3f4bf40ff24) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b505d729-d831-4c1b-89ef-88b1c6cd4578) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-97963016-8409-4cfe-be19-c50d4da38c5c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5d9922a6-45bf-468d-a5d3-559ebb54dcdb) 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 {
}
