/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2f1f8eb2-e659-4956-a92f-33932c33cb06) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d558c278-1426-4fa7-95a2-af304db778da) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-acb9aa25-9191-4eda-9804-bfa0a93cb8a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-40e43618-5205-4e1e-85d1-8f3e151a07f0) 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 {
}
