/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-db46a460-c72a-4ff0-a290-735582e1a52b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2f7db85e-36da-4a22-ab99-9c12cc474d77) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b3186b2d-5061-43b8-bbe8-d3ab05fdb80b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e035fb97-d8c8-42cd-8baf-58b701abb4d5) 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 {
}
