/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-06e22337-f64b-4c2b-aa27-7f7cf052401b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a4164c69-5c79-46c8-81af-8d0ac2337be6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4ce6b5c7-342e-4844-a630-48971f6e78ec) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-55f4a7ae-666a-42b2-ab48-886b766db751) 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 {
}
