/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-122ba309-f1a3-4e5e-bfa8-3a292c79a186) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6f4c0a4d-715a-4472-8e30-61ca64051454) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-520a0bfe-5e1a-41f5-93cc-14aead607842) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f5c03545-b675-4af1-8745-69a87ed1eed2) 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 {
}
