/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e48ff064-e1e7-4c16-b3a4-3cd2f3711471) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1709ba74-5a0d-4895-8004-57b45f34a59b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b799bd5-968e-4203-8e7a-a87cd60ea2b6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2286a774-fe80-4e2c-8d5e-cbfedbe45af0) 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 {
}
