/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-403ecdc9-1bc4-404f-b920-6840cb2205c0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a1ce7413-b8b8-4bfc-9b81-0227423b93e9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-590acc85-c584-49ab-9f29-6ae2458ed675) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7d1dac41-b89e-436e-b184-67db259ae440) 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 {
}
