/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc196437-4ae4-46d3-938d-74154442b5f3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2aa9e047-4b0d-49b5-8310-6ca5c7d2da3d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3e5d8f2e-ac17-4592-96e9-e310d6aa9d2f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4b3a6319-49c0-4786-ac64-901bc428b014) 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 {
}
