/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20c20ec2-cb41-4d0a-b2b4-10f9c30d72a8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0051bc27-05bb-4a80-a90a-7f099b5830d1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b54c6b45-c096-4ff7-83db-9b3eb4d0a4ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-444f27f3-40f1-471d-a82b-14d4390167f2) 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 {
}
