/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a8805250-c06a-47d1-bcb5-4182aa32a4ef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-95dfbe6e-c10a-4b03-a5fa-376b3cd7b927) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5aba267-de67-444f-8ba7-1634720ab182) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e41e075-b208-4a79-9f5d-8a3890bffc1d) 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 {
}
