/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b6310543-3816-4c1b-8670-5dcdfbc4727b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9b951c8a-ac0f-487c-94d6-dd7d571367de) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3abe4c0c-536c-4f11-b9b1-c4dbb61f3349) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e510a6e6-008c-44eb-857a-6a10910b5efc) 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 {
}
