/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55a5dd3a-0d35-407f-8f4e-dfc9e4c344dc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8d3b857c-3cc6-405d-9ebc-2f0607182f23) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f26cb738-b960-4aa0-a8cf-75cf9b7695f1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b7878511-a286-4b42-9b16-45dfc866fcfa) 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 {
}
