/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b22329fc-a180-41ea-b695-6d826cd70098) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-38be78e5-362b-41ba-89b2-bef25a78a959) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b518830d-c5ae-477f-b929-fda06d44f258) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6489f4ef-9146-4b09-a904-6d573b68131b) 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 {
}
