/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2e630cc6-26c0-4944-8e78-932f4b60d981) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4384a1a3-93bf-4ccf-a70b-1744d71fbb84) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-98bacd31-53c6-4dcc-bb0f-874ec8eb07ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-12658c96-1331-47e7-96e8-b983d37d1ba6) 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 {
}
