/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cea6c636-d448-4168-b307-20f54fee8379) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cf21af82-533b-426f-9ca7-7ad572a178f0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-747ae218-fa23-4a64-a80a-1d81859e22f8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b265a72a-c1c8-482b-a329-b023aa9576f5) 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 {
}
