/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-87d620d8-8669-4823-a847-b19ca40d8244) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aa6f8831-53b6-4a2e-bc37-02ba5308aa11) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ab55009f-e986-4db0-a537-7dbb10f9bfea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dc3902db-4bf6-4e9b-a3fd-a17968516934) 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 {
}
