/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ac338d6d-43e1-4528-89cf-6257fbf0fee7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-723656c1-e651-4db5-9319-ff9da4bf4afd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f548281b-5bf6-4ff9-8cad-75565d0e6637) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eb70c278-07ec-458b-a6d5-f7dbf44fa7b3) 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 {
}
