/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-89078cca-f486-4cc9-b117-1a0f1852f040) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-752bdfdd-360a-486b-a7a3-80f30fe72d68) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac0b91b5-897f-4f3e-86f9-945779cf9252) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4839e361-ae7b-457d-a00f-95316e36404e) 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 {
}
