/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7d19400a-64db-4b74-980c-ae9cb18e802b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-250e2d9b-b8d0-4fad-873b-773a3ac8a467) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-019ff05b-40b1-4aa5-9a93-490a6fc585e1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-63b1766d-b58a-49e4-affb-de0d777e652e) 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 {
}
