/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3086600a-f4a3-4103-a63e-8cd4b8a28184) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-adec5712-ce84-4b41-a933-1ed0bfba4ae7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-52efc008-2b06-4c30-b504-3c36fc13fe2d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7f824ab1-8a9f-4459-bbfe-1a3909629788) 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 {
}
