/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55e2994f-bf70-46ba-9401-1d961bf29625) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-40c8fbfe-716c-4c8f-b4c5-2c4938835528) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dae10df4-3b51-46b9-8764-1a622e7e54c3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cc9110cd-8d90-4521-836b-21dd67d3982e) 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 {
}
