/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8b4ccbc7-206b-4025-b762-07cba59fb92b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9ce0d601-de0a-41a0-83d5-e32347cfe1dd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a27b2f3d-2fd4-4e28-b6d4-f2b948ed55a2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3e215072-2e6c-47d0-bb33-8fec89321392) 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 {
}
