/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bc42616f-dda9-4fcb-8b29-6016a47e7e54) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2a7cfb71-8de3-4be3-a6fb-956f024c22c1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9a60ae21-a30c-4075-80cd-cd4f50d24ac5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-63b57262-9592-4ce0-bbda-6d5580932210) 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 {
}
