/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eaed1a4a-3248-417c-9030-0f3563e8c478) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d09cffac-c923-4520-9326-39b83efad687) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6c9d0198-62cb-46ad-b553-bda9930569d2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0adae56a-d604-4881-b6ea-44b2538824f6) 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 {
}
