/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7a4fdca-be1f-43df-8678-7c6deaf0b806) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-358c417b-7760-4b5f-81ed-1929cd042c66) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c620bebf-9184-4a5e-a95d-01002e287e0f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81063b54-8211-4276-8527-11f92696406e) 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 {
}
