/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1ad798f1-3b39-4335-870a-b7643f04b4d9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4b080fc4-1cd6-4bdd-b73d-9cf5ebd60b06) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-81458710-ac9c-43cc-8d82-69345661fc0e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-49f28500-45b0-4b24-a466-6f3c0779c9ff) 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 {
}
