/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-360bc4ca-7b90-4d65-845a-b97ea85f0195) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8a14adf6-63cd-44a5-8d5e-776af646dbac) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-33b632cd-66b5-4046-aaf5-0c0fc99722b6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cc7877ac-34a5-4874-8f3b-40b9da715a73) 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 {
}
