/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-63b96304-95db-478f-970b-344892b6201f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1814ac60-77b2-4d8c-a499-f09da2a8c716) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e0fbddfa-5aa9-49f2-aa6d-e9d9bf768532) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e877b729-2ecc-43cc-b35b-7f6afbaf3482) 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 {
}
