/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-efee6e74-03fb-4f33-a72b-2c6b714aafa1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cc11f9c1-211e-4051-8a8b-2d6996b57c57) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bad861d1-01f6-44da-ae6f-99f74a272da4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-52afcb96-53db-492c-9cc5-2fb238483419) 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 {
}
