/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8ca89950-9387-4a6e-975a-1346ea697339) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1e79c7d3-6ef6-410f-86fb-9be0a82863aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-258f9bcb-8670-434b-8428-23738c43c308) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c31bba41-dd63-4967-97a6-ee81e3473a58) 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 {
}
