/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-41d8701d-520a-475b-b093-ce4a58d6e6a8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cf588c14-b7d3-42b1-aa36-16405ebc3d5a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fe6774aa-38ee-4bdd-bb48-2f5a0b7fc3ab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8287474e-b1f0-4b20-a0fc-cafd82e1c6cc) 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 {
}
