/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-95f7e64a-c535-49cf-a0a8-c2699b4c1176) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e705706b-b76d-4b9c-8465-d2cc7cbc198f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9490f04c-0e98-4147-a0be-579981299540) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-87267312-7d7c-49a2-b1a1-eef863c85c98) 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 {
}
