/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3dc0922b-1c31-4a9e-bff3-97f6aea17c82) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b656264f-adb7-4e27-8aa5-6f5b230e688a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-03499047-4c32-4025-a70d-bae2a8602a96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6836813b-8445-4ac4-be5c-754e76c69cad) 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 {
}
