/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3c6d2606-1f9c-4c4a-b2c2-61239b1b7312) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7cc6ab1f-eb30-48cb-a8be-1cb4a97cb6f7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fa2ef913-3dcc-4eeb-a1fe-575d8c2226b3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e28e4bac-b7b2-4a17-81a0-a58a35188bfa) 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 {
}
