/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-25e15c59-c900-4245-9fd3-4d2e1b1240b1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4c99653a-d8e3-451c-9ae0-c2f593909598) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dc7b0dc5-c512-49a1-b2a4-98a3fb140795) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fe069899-fcf3-4a0c-979f-b5d0c99124a7) 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 {
}
