/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-086d8663-c8f8-45f1-8b5d-8382c55eaa98) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-41bef6a4-827f-40a5-a383-906d57ba3ac1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5b9cff07-5a35-4ea7-ad0f-2a8d469774cd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8dbfe94c-81cb-468e-861b-25e89f301c5f) 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 {
}
