/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-32929b22-7dee-4ca2-b071-7376bc6e8f66) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e7d43046-2124-4af9-a287-4e72ef33165b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a41888ab-e459-4d8a-8966-30df3f2b4715) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-aad3878f-f517-4483-a03a-59bc4f652be3) 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 {
}
