/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49d2ec2e-0fbc-45c8-8f45-ae45ec71eca8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-90c64064-1acc-487f-9b6d-0c0cad2d74ed) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c8138d79-8209-4f75-ad82-c476a653e502) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2bbbc258-564a-473f-b6f0-a5f55cc3e887) 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 {
}
