/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ffe5da81-c1f3-4aa3-890b-db7b9612a467) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cc4dc91e-eaaa-41a9-814f-1ec9a8daf75a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cd53e6b9-1a43-408f-84fe-5cd475abeacd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-df04cc4f-351a-4726-90db-bf555e48ac1d) 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 {
}
