/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1546455d-cb0b-4cdc-8953-a8b175d71faf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-85346bc3-f04d-490a-a508-8a5cd50a7a54) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-18d19204-9d06-4c44-af16-b58902d4e34e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c94e12f-a699-4413-ac40-724df7bbdb46) 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 {
}
