/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dbaf341f-a0a9-4333-9da4-700f5c11b7f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4895e199-5101-40c5-8975-3d2a0992c638) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b83a3eab-4760-4943-911b-a80da04196c3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-83a074a1-4816-49c9-8c85-fd49ee90400b) 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 {
}
