/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6cbefc12-39b3-4bce-a7f7-adda99960e09) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-41c6088b-1076-4902-aa24-952352517f4b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3912368d-844b-4cf1-a819-d92ef51939b6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bbe8d3a3-4a3a-4da2-b56e-0a5f2d1a667d) 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 {
}
