/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d1c67e4-89df-433f-bf16-e5542c487420) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-607b4127-362f-48be-a355-7de1c8cce119) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2b2e4abd-c40f-4611-b31a-56b52c7a2098) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3e01f192-d9ae-4734-8079-785bf77ef98f) 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 {
}
