/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d9b0496e-a8ac-4f6a-a307-4dc169f917ac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b1a3f42c-232d-498d-b9e5-075979ea3061) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5a6bf54e-1d77-4706-9b20-daa90a8574bd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a5e0b755-a122-45ef-a8ba-af3eff26b740) 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 {
}
