/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9f258f82-154e-4874-8466-ad67a72e2946) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a0cdfece-9758-4770-9fb3-5ef15a61c550) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cae36b24-f8b4-49d5-9eda-d7325e1c674e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b1fc3917-c3e8-48bb-9405-c7739cbdf7ac) 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 {
}
