/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ae1b51d8-a9fa-4754-84dd-73a2b683c73c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c93ac7d3-7dec-4761-a98f-6a590f40e59c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-02b48b47-b7cb-4ba0-a5b3-2ff514abc940) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2025185d-9b4b-488e-a54d-9bf1246a87b5) 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 {
}
