/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bda20e2a-08fb-4fe7-a84d-da693ba17515) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-59d6749a-52ed-4161-986c-0b73a3576d22) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60942968-da08-402c-937b-8f6da82200cd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-813d0a9d-e7d9-436a-90ed-44a190d491aa) 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 {
}
