/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e85498a6-fde1-4eed-9854-92afcb44a321) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b2c0c652-dfac-42ce-be5f-e46805622621) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ae57ae0f-f9d0-4fd4-97e0-c907f8194b96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c9b912b1-21a5-4c1f-9828-6622c3f9cae2) 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 {
}
