/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-97a44d32-a380-489c-89a0-394143ee573a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2683f59c-4d32-4f6a-8169-0a3038b6783d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-24494ec3-1318-4c0f-8566-0dafc4f0d83c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-937ae465-129b-4a36-97cd-cc8b395be0aa) 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 {
}
