/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-92576116-7e60-424e-8814-c4ae560a620c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1dea39d4-e2c8-4391-9c2a-76ffb901f4b0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a2e40ce8-67b3-4bef-9263-b1683f45b321) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2af3b033-15d1-474d-9aa7-eae90d161fe6) 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 {
}
