/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e493f6bf-a2d5-4fd2-bb96-9c3f9dc922ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f0585ea-04fb-4529-a36e-a5cd8884478c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac4caea2-8a38-4af5-b492-2dcc6ac4d232) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b340f01b-16e5-40e5-b4b4-fd3325748f38) 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 {
}
