/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0003549b-7309-4469-8b57-f42a0d4551fe) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e91c2f4a-8b9a-449c-98bb-aca40904d74f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-57e7e159-5993-49d6-8aac-3f4b7e304279) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-79bbf4ab-0ed5-4b2e-a2b7-738aaf14e35e) 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 {
}
