/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d18f24ab-7887-4abe-9cb4-622336011dc3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9f333c63-076f-49da-8b3d-0cc0827181f9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ae8096ad-208e-4435-b91b-2cd7d1a0e6a8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4125e0f8-7a4e-4fca-8fb2-2cb64a758fb8) 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 {
}
