/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ec1af64a-6ba1-4bf9-8e74-f96189880092) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a4eb5aa7-315f-4e79-932a-6320b7c6fa50) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8a9a4f79-5b8d-4154-94b5-27cc77af6e33) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6b3973c4-1128-4fc1-8921-66c741575bfd) 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 {
}
