/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1dd40542-0bb0-49e2-b001-39cf52cc6c2e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5b4a68d7-9767-437f-82e9-d58389388ca1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8f0bdaf2-731b-4bd5-a793-44bedf213342) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-136f219e-3e46-4976-bafc-904336ab0a81) 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 {
}
