/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-092c6459-e9f8-4475-87a1-53e373590abf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3a3cd739-3e25-4103-a4b9-8008a5024a43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-69aa796e-af0f-460a-ba20-990cac3cbfe6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d40d18de-2871-460b-86c9-5116cb5afdbb) 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 {
}
