/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f78ede87-14a2-4048-86d1-c25e025b6016) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1c756cba-81b0-4f0b-8b8d-f79b5a5552d8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb7aa163-1711-4982-ab17-56ff495d152f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-658ddaba-dbad-409a-b937-4b8b246bb2e9) 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 {
}
