/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a62c941-d9ba-4402-a38b-3874a0ac3293) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a9c1ce90-9bdc-4b9f-bd5e-208f6f5a0773) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6884b041-355d-4434-940a-d9a33b2c86ab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c08c09a0-6585-4daf-94e2-a5f6058d1124) 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 {
}
