/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0f83182f-5419-43b8-a66b-8bdf28161faa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a0b2476-a723-42ca-b942-e63bb803cec3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-74416f63-b76e-4dab-b040-6a215e9d822a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-43b7818f-355b-4f51-8029-ef49a42b6947) 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 {
}
