/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-de22a1b6-5db3-4ffe-b011-ccd9e0b2e663) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e538c09-f5d9-4f9a-985a-9942c2834bf6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-be6c4b42-cff0-4207-8521-610af137852f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-84ce18f3-3795-43ce-97e2-6f9ca94661bd) 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 {
}
