/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4aeda12f-6cde-4495-bd4c-a60588b326af) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-65728e09-4b0d-4d2a-89f2-3a55a6c81906) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2f8edbba-f90a-4814-9fcd-b7c41e635d22) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0d30ebbb-90d5-4488-8a15-d361f0f78c22) 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 {
}
