/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cd9ea6c6-bc56-482f-aa0a-4f4ce13f90d4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-51191ff2-3018-405c-8cea-29323ea4ec5c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a49b43a6-8cad-46b1-857f-dc7dc950b2a5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b1c24644-c330-4d8b-9a64-f4389e51c50c) 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 {
}
