/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-01ebccaa-25b2-41b5-9c60-06aabf605b0d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9299ccf2-3b46-458a-9162-f711ae3e1efb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-abf2b592-96fa-456b-b5f5-3b5bfbfc778d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b22dc63e-9529-4beb-96d2-5d3813333083) 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 {
}
