/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-144963c9-9a82-497d-9a39-f014892f2a2b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-867510d5-26aa-4ec7-9906-b69023189533) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ce085fa7-4800-476c-be2b-c7a21c9b48f9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-12295556-4efa-44f6-bc43-2e538ed05232) 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 {
}
