/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ec27db63-1bde-463d-a8cf-10b9497cbd58) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e3be4d2a-ba5b-461a-867f-36e308bbe3f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-331e23b1-8fce-4a3a-8166-486f684974e2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f801d552-08dd-435f-b8b4-d162e0026a7d) 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 {
}
