/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83839c73-5719-4752-9374-b20f8353f189) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-efee90f4-3093-453b-a985-8674f6d91b65) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c72dbfcd-679e-4457-90a8-16af9c79d232) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4c417fef-71e5-40bc-9698-78664465e31d) 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 {
}
