/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-add5e580-74a9-4129-9349-34f013c46b4d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0b4f768b-f026-4c87-8e78-b28ad47a2270) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-76e64283-0772-4f13-a8d4-34fe18032868) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-74c387e9-96fe-4396-aa17-c938140f0249) 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 {
}
