/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d903aa26-4dcf-4109-b9a4-c3bbe4f4d5cc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3bfa70b-bbd3-4bfd-87be-6277baa64ccc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4fc32eaa-8930-47f9-a320-67cefb271919) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fecaef75-5e4a-451a-9395-c32607314882) 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 {
}
