/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8220ba28-4daf-43d9-a107-21d6ed3234fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-40e3dfd3-3bc7-41bb-af9a-ca27966f03f8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2e34cb36-d58e-431f-9b45-28e0d9719a7e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-348143e3-6dfb-45a3-ad2a-73627281efa9) 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 {
}
