/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-729d5bae-86ba-4944-9d14-4a82d2a1f865) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-900e7e75-9501-4f76-9efa-2b08bb6f78b6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2ccaba07-7313-43fa-bf91-f10755d1392e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c1a9cd62-4207-40ad-b4fe-cde7614a19c3) 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 {
}
