/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-762c4cde-5f08-47d5-aab7-597d20d8d652) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-913b2780-bf71-4fd1-9db5-fea3b746874a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-70872dca-7b11-4519-8606-b4427ec26457) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-026867de-f8fc-4945-b9f6-0cbe1308f3b2) 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 {
}
