/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dfc979db-219c-4f7e-bcea-9ac65e5448c5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8907a83c-1c2f-4d78-a494-c87ea732960d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-21df71cf-314a-4bb8-85d8-a3e1f2709dbc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d5d1961-4765-43fd-8413-2b9d7db9d588) 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 {
}
