/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d118bc2-2007-480e-82d2-4cfbff13cfcb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0046a90f-ab60-4056-b148-bcf258dad2a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-be023179-fc31-46bd-a543-0c1fdf206f76) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e7e66bfc-8c92-4789-8e45-e4b4b0816303) 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 {
}
