/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-32579d89-7f64-426d-8879-31a77e0f912c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fc8e2dba-4c1d-441b-a74a-998e050b33c1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4fc6b86a-55d5-4a49-8303-05190f6e410d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-698a671e-61b6-4b0b-8f56-a3554b79b642) 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 {
}
