/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e833e1f6-490e-4aa7-acd0-ad2e85a02458) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f189918d-41ec-4e01-a11a-b971de597669) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8040b0d7-4cf5-4f52-b62c-2629c6b7a9bb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-894d9ca5-5f42-41b3-8aa8-bf795264ffaa) 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 {
}
