/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9bf13362-a56b-426e-b374-6b60ce645ab8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ff9a88f0-30d9-4957-a62f-6da5d95f5dca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-59e99614-e2f7-4041-aa40-0df2a50a6cf1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8338d388-3050-4585-b8f7-d0ad538ead07) 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 {
}
