/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-11e6149a-2478-4238-a5c4-4c4c1f44292c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-efa18d58-ba4a-46d9-a77d-ef48c381ee4b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cd6fb574-26c2-47d4-ae18-12931bce0b31) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0673c64d-1bcd-4394-9026-286f022981c6) 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 {
}
