/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cfef383d-7457-4ee3-bbb8-66beb2c9ed77) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-44b352a2-391a-433e-a7d2-be1485f06d81) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9642cef4-4571-47da-a893-b8d4f0283bad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7aa4e18d-af46-413d-8454-f9131b6f8fe6) 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 {
}
