/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1c4a47b1-ab2f-4bc0-b162-33f6c93dafe2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-06b3c259-19eb-492d-8b5d-d6ae87da451a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-923a6e5e-8f65-4136-a4f1-a87cbe6c8e89) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-64103fc3-5655-4721-b7cd-12ba69de9bd4) 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 {
}
