/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-142b9991-d853-448a-9256-00f5c02a2864) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9bcd36e6-742c-4da9-91fc-ed54f611f8ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ffd3a7a5-cae9-41cf-8c46-9a2466b30123) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5b862eff-6063-4b4a-828a-581aedc9a03b) 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 {
}
