/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-664bd131-c5db-4b31-bcc6-39ad312be914) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-928d7c8b-22d6-49b1-b9eb-ab20714a1b35) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e7909c26-8e9d-4112-bd0a-d8ae36b7f064) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-666f30c9-ed7f-4549-bf13-3fcf00966a64) 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 {
}
