/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-086763c7-42b5-4bec-94a4-5b2a30d337ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e9fb5783-00e9-4a0e-a616-ba429edd7b32) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b07fe208-ce87-4fb2-ba79-96934addae3c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8faa8367-9ca0-43e8-98c6-dc35fece23a3) 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 {
}
