/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dac9041f-60ec-4cea-bf05-095519eb5d73) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c0d981ae-7deb-481c-9215-2a899bd35698) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b426167b-7653-4e7e-8ebe-a4406692b56c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8b61030-ac37-44fd-9faf-c97690e96aa2) 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 {
}
