/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a354bfea-bb68-45d1-8997-ee9986105a0f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c1c8097b-16b6-48f8-ab7a-baac19ca6b9d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-09862858-1cc6-4e6c-8321-f69ca7cbfae4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b7558168-1d2c-416b-a4a7-06ae1baa033b) 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 {
}
