/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3b3d995e-3b70-4f19-88ef-e87ab975dbf4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8d14a842-a996-4012-b0ff-98bbb7d036df) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-41ff0306-9397-4aef-91af-5a5a6d3ceb3b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5f39ea29-0884-4906-b5ad-1db725c5e6b8) 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 {
}
