/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ad0a776e-6256-48ad-ad76-340e68a41a12) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ed8dfc5-7158-4449-a4c0-9362299c6157) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6d63f93c-7f66-409a-a691-d14ce79e9556) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-21442aec-4aab-4fa8-9c78-1d37df53a444) 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 {
}
