/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4221ab7a-a5a6-4038-889a-cd10f9f3fcbd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0ac2ca2e-b6cf-4490-9a5a-8190372ee987) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cf60a081-5d0c-41b2-bf23-6b9970d3fd37) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-52469ce6-126c-46f2-b4bc-87533ef3691a) 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 {
}
