/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d4c71c5c-a577-441e-a832-0caef87ee45a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dac7315b-8666-4e58-b2a2-bdc95604dbe1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-61a51163-0989-4228-b315-87b8fa961373) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a67d76d4-6174-454d-847c-d1639651b880) 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 {
}
