/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4349ac45-7296-4b8c-a269-55aaa076a159) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9f51827f-e381-4619-94b8-6b546cef6c18) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-205b46a1-411f-4768-8374-6800391a0ccd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-46038b39-2394-4fdd-b703-1351de4ad6f5) 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 {
}
