/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0cde181e-83a0-40b2-a87f-4443ff446720) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9a483633-decf-4e02-8bbf-d482d1bdbc80) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f6af376-7d44-4acb-9898-38c08ebb3b4e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-03820c11-399d-4b3f-bce1-3f49604d5d36) 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 {
}
