/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e34fac33-6eb1-459e-9b40-b7b59de2d983) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8a05b8f9-ac6f-49e8-8709-178fa327f2ac) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8f960965-6f3d-4a12-9a1c-5418965c797a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a41167e4-6571-473c-a88a-1e15ce3350aa) 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 {
}
