/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ee964b9-9315-49f2-843a-5acce00152e9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-733271c2-7777-4e81-83f9-9a65e6a9dce4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3f20f4e7-9b70-4875-aa90-c5a9157905e8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6faa782a-ce5b-460b-b038-e7b924bb3927) 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 {
}
