/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cf5e56df-52bc-42e1-a028-243b3d983a54) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eb53c12a-6773-407b-8c3f-5a00be0ab619) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bd982972-f9f7-4cf4-b917-81cb02ee3450) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-727ea0db-0607-4f55-82aa-832cbe53898e) 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 {
}
