/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0044f2ac-c748-43d3-a6f0-9305f04f530b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-05fdc604-6322-4709-a263-25c206e15266) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c17c6b44-5e23-4aef-b689-942d0bae10d7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d70bad78-aa94-437a-84f3-da95ec3ca4ad) 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 {
}
