/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8a52cd0d-254a-4586-bf12-320fae43f385) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ba523fb-91a1-40be-88c2-583903091f53) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7e03701d-438b-46a1-8259-8c84203983ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7e7c7b57-5557-4eec-8750-70ec159b9237) 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 {
}
