/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0e518481-6e03-4bfb-b26d-b7b70ad91b4d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-855bc1fe-4dfa-4495-9d0f-86a62a2c4fda) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5cb2dc19-2cad-45d1-860d-e113d9bc84c2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ff669703-34c6-4a45-8639-25c06a72886d) 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 {
}
