/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e9650edb-391e-488f-9bf3-1d598a2d1dd0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fa0fb212-3ee4-4d73-9bbf-da9218524968) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a3cb055d-bb41-48f3-a556-62664e4effc3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-64a3cc4c-c0a6-4eab-9688-6108077522fa) 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 {
}
