/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cd96391a-1916-4d1d-873a-256fba30f49e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f6a0d7bb-1db5-474e-8677-f78e500d2105) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-71f1d292-5321-447e-b230-d562170b74c0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b3b904b-5176-4c0d-9885-6319bf40d02f) 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 {
}
