/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dbca963f-1b8c-441c-ba70-dcf3c450648f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d323e3a2-5920-4b69-b988-1f01a2af12b3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-591eb1bf-e688-4e04-a4c0-07f0c0c032c0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a153d87-1730-4325-82ca-e05c9a700251) 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 {
}
