/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d6297109-1ec9-410d-90a2-6cba22c3300e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b60b773f-737b-46a4-8e0f-886ab11fa501) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-463daf21-545d-4a19-b1a3-1f71a4ac186e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-72a3d8fc-80f3-4dd1-8566-70c7ffaa58ea) 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 {
}
