/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-73e3534c-7dd3-4b4c-8dbe-5ab6102490f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5968ac93-731f-4bf6-8451-968e319245a3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e6c9287c-5e32-4fdf-b2ea-7d8e29f9cf05) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a14a4615-3994-4811-92aa-1413a07149c8) 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 {
}
