/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d4f086d8-f034-410d-8f3a-215604171c30) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3bd9dcbd-b70a-4867-82e4-5aeecef93055) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-97924c9a-af99-47f7-ac1d-f5ffc44d6094) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a39cc0c7-ceff-4324-b30f-5948751f4f89) 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 {
}
