/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4def0a07-46b8-488d-a40e-848d4379dec7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1b09a12d-3448-44a9-8f77-3058c1813bbd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1e0f7a3b-83f9-4ac1-9f87-c3f98387deac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1930a07d-5ee3-4084-bbe1-f27d657cfb3b) 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 {
}
