/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2e000bab-77f5-45c0-943f-937ca2cb265c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0b765569-3da8-4906-be16-c648ea01a8ee) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5808fdc4-33ea-4d53-aaa6-59a28779326c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d5353d09-ec4d-47cb-b28f-87e83f97682a) 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 {
}
