/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5ebc48a6-b7b2-4d9c-9cbf-d6d338533450) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-baed2e32-e730-46c9-9860-a33de936f170) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a9243bd-e88a-4b05-af6d-a58f85454a01) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f76bcb66-445d-4a15-be83-f8168ef45e48) 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 {
}
